ID: 39995 Updated by: [EMAIL PROTECTED] Reported By: mike at bitching dot org -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows Vista PHP Version: 5.2.0 New Comment:
. Previous Comments: ------------------------------------------------------------------------ [2007-01-03 18:44:51] mike at bitching dot org As I explained in the initial bug report, changes to php.ini are reflected in phpinfo() except the enabling of any of the four SQL extensions. Other extensions (gettext, gd2, sockets, etc.) all showed up as expected when enabled. Adding the PHP directory to the system path has fixed the problem. Why this issue is only reflected with SQL-related extensions (and possibly others that went untested), I do not know. However, adding PHP to the path does remedy the issue. Thanks. ------------------------------------------------------------------------ [2007-01-02 11:29:58] [EMAIL PROTECTED] Make sure your PHP installation directory is added to the system path. Also make sure that you are modifying the php.ini file that PHP uses and is shown near the top of phpinfo page. ------------------------------------------------------------------------ [2006-12-31 15:07:11] mike at bitching dot org Description: ------------ Using PHP in IIS 7 works on a basic level, but PHP refuses to use any SQL related extension. To check the problem I've edited php.ini to contain various other extensions. Those changes are reflected in phpinfo(). However, enabling any of the four SQL related extensions (MySQL, MySQLi, MSSQL, MSQL) is not reflected in phpinfo(). The DLLs are loaded, as verified by looking at them through Process Monitor. The DLL loads successfully, but it never shows up in phpinfo(). The problem has actually been reported in another case on the news server (http://news.php.net/php.install/17762), but I was unable to find a bug report filed. Interestingly, it seems to present on a different version of Windows with a different version of IIS as well. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39995&edit=1