File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ Procedure to install the ibm_db2 extension in Linux or Unix:
9
9
$ export IBM_DB_HOME=/home/db2inst1/sqllib
10
10
11
11
12
- 2. Using one of the following three methods, install the ibm_db and pdo_ibm extensions
12
+ 2. Using one of the following two methods, install the ibm_db and pdo_ibm extensions
13
13
- Use the pecl install command included in the PHP Extension Community Library (PECL).
14
14
pecl install ibm_db2
15
+ pecl install pdo_ibm.(pdo module needs to be installed prior to this.)
16
+
15
17
- Use the commands included in the source code:
16
18
a) Extract the source archive
17
19
b) Run the following commands from the extracted directory:
@@ -35,8 +37,11 @@ Procedure to install the ibm_db2 extension in Linux or Unix:
35
37
36
38
Procedure to configure the ibm_db2 extension in Windows:
37
39
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
+ 1. Download the php_ibm_db2 DLLs for PHP 7.x(7.0, 7.1, 7.2) from below link.
41
+ https://github.com/ibmdb/php_ibm_db2
42
+
43
+ For PHP 5.x, Download the DLL from Pecl. Pasted the link below.
44
+ https://pecl.php.net/package/ibm_db2
40
45
41
46
2. Open the php.ini file in an editor of your choice. Edit the extension entry in the
42
47
php.ini file in the <local_php_directory>\php\lib directory to reference the PHP driver:
You can’t perform that action at this time.
0 commit comments