File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
91912. 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
You can’t perform that action at this time.
0 commit comments