php 4 & php 5 in IIS 6.0

liunx

Guest
Hello,

i am trying to setup PHP5.1.2 in windows 2003 enterprise server. IIS 6.0. This Server is already running php 4.3.4 on it in a php4 application pool. I have created an application pool for php5 and added the sugar crm web share in that application module.

when its setup runs it does not detect mysql runing on same machine. but php4 applications do.

c:\php4 (running dotproject & knowledgetree)
c:\php5 (want to run sugarcrm)
c:\mysql

both versions of php contain there php.ini files on the respective folders. c:\php4\php.ini and c:\php5\php.ini

php_mysql.dll is uncommented in c:\php5\php.ini file.

web extensions for both version are created in web server are set to Allowed
no path of php is defined in system variables.

can you tell me how to fix this.

regards,
Sajid
 
Back
Top