Skip to content

Commit 5e45477

Browse files
committed
Updated README
1 parent a294d47 commit 5e45477

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Procedure to install the ibm_db2 extension in Linux or Unix:
99
$ export IBM_DB_HOME=/home/db2inst1/sqllib
1010

1111

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
1313
- Use the pecl install command included in the PHP Extension Community Library (PECL).
1414
pecl install ibm_db2
15+
pecl install pdo_ibm.(pdo module needs to be installed prior to this.)
16+
1517
- Use the commands included in the source code:
1618
a) Extract the source archive
1719
b) Run the following commands from the extracted directory:
@@ -35,8 +37,11 @@ Procedure to install the ibm_db2 extension in Linux or Unix:
3537

3638
Procedure to configure the ibm_db2 extension in Windows:
3739

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
4045

4146
2. Open the php.ini file in an editor of your choice. Edit the extension entry in the
4247
php.ini file in the <local_php_directory>\php\lib directory to reference the PHP driver:

0 commit comments

Comments
 (0)