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
68
68
pecl install ibm_db2
69
69
```
70
70
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
72
72
` php.ini ` file in the ` <local_php_directory>/php/lib ` directory to reference the PHP driver:
73
73
74
74
``` ini
@@ -91,7 +91,7 @@ yum install pam
91
91
2. Download the DLLs for PHP 7.x and 8.x from [the ibmdb repository](https://github.com/ibmdb/php_ibm_db2).
92
92
Select the build for the PHP that matches the version, architecture, and thread model.
93
93
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
95
95
`php.ini` file in the `<local_php_directory>\php\lib` directory to reference the driver:
96
96
97
97
```ini
You can’t perform that action at this time.
0 commit comments