Skip to content

Commit a294d47

Browse files
committed
Updated README
1 parent a24fa9b commit a294d47

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,21 @@ Procedure to install the ibm_db2 extension in Linux or Unix:
3333
5. Optional: If the PHP application that is connecting to an IBM database server is running ini
3434
the HTTP server environment, add the LD_LIBRARY_PATH variable in the httpd.conf file.
3535

36+
Procedure to configure the ibm_db2 extension in Windows:
37+
38+
1. Download the php_ibm_db2 DLLs for PHP 7.x(7.0, 7.1, 7.2) from below link.
39+
https://github.com/ibmdb/php_ibm_db2
40+
41+
2. Open the php.ini file in an editor of your choice. Edit the extension entry in the
42+
php.ini file in the <local_php_directory>\php\lib directory to reference the PHP driver:
43+
extension=php_ibm_db2
44+
45+
Blog to install and compile PHP ibm_db2 for Linux and windows is pasted below.
46+
https://www.ibm.com/developerworks/community/blogs/96960515-2ea1-4391-8170-b0515d08e4da/entry/Install_PHP_ibm_db2_Driver?lang=en
47+
3648
Contributing:
3749

3850
See CONTRIBUTING.md
3951

4052
The developer sign-off should include the reference to the DCO in defect remarks(example below):
4153
DCO 1.1 Signed-off-by: Random J Developer <[email protected]>
42-
43-

0 commit comments

Comments
 (0)