File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,21 @@ Procedure to install the ibm_db2 extension in Linux or Unix:
33
33
5. Optional: If the PHP application that is connecting to an IBM database server is running ini
34
34
the HTTP server environment, add the LD_LIBRARY_PATH variable in the httpd.conf file.
35
35
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
+
36
48
Contributing:
37
49
38
50
See CONTRIBUTING.md
39
51
40
52
The developer sign-off should include the reference to the DCO in defect remarks(example below):
41
53
DCO 1.1 Signed-off-by: Random J Developer <
[email protected] >
42
-
43
-
You can’t perform that action at this time.
0 commit comments