i want to connect db2 and i am using wamp server 2.0i. I add "extension=php_ibm_db2.dll" line to php.ini file and i copied the dll file to php\ext directory, but it could not be founded. How can I solve that problem?
Did you already installed an IBM DB2 Universal Database client on the same computer on which you are running PHP??
Try also to:
- Install DB2 with extended operating system security.
- Add the PHP binary path to the PATH system environment variable (default C:\php\).
- Create another system environment variable equal to the path where the PHP.INI file is located (eg: PHPRC = C:\php\).
- Add the IUSR_COMPUTERNAME to the DB2USERS group.