ID: 43469 Updated by: [EMAIL PROTECTED] Reported By: juice777 at hotmail dot co dot uk -Status: Open +Status: Bogus Bug Type: IIS related Operating System: Windows Server 2003 Web Edition PHP Version: 5.2.5 New Comment:
Check from phpinfo() output where PHP is trying to load php.ini from and which one it actually uses. This is not a bug, just wrong location for php.ini. Previous Comments: ------------------------------------------------------------------------ [2007-12-01 11:28:34] juice777 at hotmail dot co dot uk 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 this bug report at http://bugs.php.net/?id=43469&edit=1
