From: juice777 at hotmail dot co dot uk Operating system: Windows Server 2003 Web Edition PHP version: 5.2.5 PHP Bug Type: IIS related Bug description: Extensions Problem
Description: ------------ I have installed the latest version of PHP (5.2.5) on to a Microsoft Windows Server 2003 Web Edition OS (IIS 6.0) using the Windows Installer. I initially decided to run PHP in CGI Mode, but this did not work, so I ran the installer again and selected ISAPI mode, I changed the following in IIS to get PHP to work: - Web Sites Properties > Home Directory > Configuration > Mappings > .php Executable Path > C:\PHP\php5isapi.dll (changed from old DOS format path) I could now get a .PHP file to display the output from phpinfo function. Heres the problem I have now: Whilst running the Windows Installer I also added the GD2, Mysql and Mysqli extensions. I have checked the php.ini file and the appropriate .dll files have been uncommented and are present in the c:\php\ext directory. The problem now is that when I display the output of the phpinfo function, there is no mention of the above extensions in the output, which I am led to believe should be there. If I try using mysql_connect(), the function is not recognised. I have read through most of the bugs relating to Server 2003, but I have yet to find any for Web Edition and have made sure that both my c:\php and c:\php\ext directories are on the path. Is there anything else I need to do? -- Edit bug report at http://bugs.php.net/?id=43469&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=43469&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=43469&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=43469&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=43469&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=43469&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=43469&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=43469&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=43469&r=needscript Try newer version: http://bugs.php.net/fix.php?id=43469&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=43469&r=support Expected behavior: http://bugs.php.net/fix.php?id=43469&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=43469&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=43469&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=43469&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43469&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=43469&r=dst IIS Stability: http://bugs.php.net/fix.php?id=43469&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=43469&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=43469&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=43469&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=43469&r=mysqlcfg