Hi there,
I am having an issue that my PHPinfo() page is not updating with the latest extensions. My install is WAMP Windows 7, Apache 2.2.11, MySQL 5.1.36 and PHP 5.3.0.
I am trying to install the driver for SQL Server Driver for PHP 1.1. I believe that I have added the extension to the correct place which is:
extension_dir = "c:/wamp/bin/php/php5.3.0/ext/"
and I have added the line:
extension=php_sqlsrv_53_ts_vc9.dll to call .dll
The php_sqlsrv_53_ts_vc9.dll has been copied to the c:/wamp/bin/php/php5.3.0/ext/
I have restarted All Services many times, however when I check on PHPinfo(), there is no evidence that the sqlsrv driver is installed.
I have been trying to figure out this problem for the last week... Is there anybody out there that can help me or provide some advice?
Any advice would be greatly appreciated!
Cheers
Neil
PHPinfo() not updating with new extension
Moderator: General Moderators
Re: PHPinfo() not updating with new extension
I found out that I was using the wrong .dll file for my install. Once I changed the .dll file, the extension displayed on the phpinfo() page and started working. The problem is now resolved.
Thanks,
Neil
Thanks,
Neil