Skip to content

Commit da562ce

Browse files
authored
Update README.md
Few customers getting confused and placing "extension=ibm_db2.so" at wrong place in php.ini file, which leads to unsuccessful extension load. This statement correction helps them to place it correctly.
1 parent 66c9ee1 commit da562ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ yum install pam
6868
pecl install ibm_db2
6969
```
7070
71-
2. Open the `php.ini` file in an editor of your choice. Edit the extension entry in the
71+
2. Open the `php.ini` file in an editor of your choice. Edit the Dynamic Extensions entry in the
7272
`php.ini` file in the `<local_php_directory>/php/lib` directory to reference the PHP driver:
7373

7474
```ini
@@ -91,7 +91,7 @@ yum install pam
9191
2. Download the DLLs for PHP 7.x and 8.x from [the ibmdb repository](https://github.com/ibmdb/php_ibm_db2).
9292
Select the build for the PHP that matches the version, architecture, and thread model.
9393
94-
3. Open the `php.ini` file in an editor of your choice. Edit the extension entry in the
94+
3. Open the `php.ini` file in an editor of your choice. Edit the Dynamic Extensions entry in the
9595
`php.ini` file in the `<local_php_directory>\php\lib` directory to reference the driver:
9696
9797
```ini

0 commit comments

Comments
 (0)