Need some php5 help in IIS 6
Posted: Fri Nov 04, 2005 6:15 pm
Yea i googled, yea i used other messageboards along with this post. I just know there is some real talent here which im hoping can help.
Hi. I am trying to get php5 to run on my win2003 server using IIS6. I seem to be having a problem getting it to function.
I used 2 tutorials now and this one was what i just used.
http://www.peterguy.com/php/install_IIS6.html
Ok. I Have downloaded the latest version of php and the extensions zip from http://www.php.net.
I have unzipped them to c:\php and c:\php\ext respectivly.
I changed the name of the php.ini accordingly.
I opened the php.ini and took out the ; for cgi.force_redirect in php.ini and set equal to 0.
I change the extension_dir = to extension_dir = "c:/php/ext" ( dont understand the / instead of \ but ok )
Then i copy and pasted the extension config from the article and pasted it over the exiting variables like so..
extension=php_mbstring.dll
extension=php_bz2.dll
extension=php_cpdf.dll
extension=php_curl.dll
extension=php_dba.dll
extension=php_dbase.dll
extension=php_dbx.dll
;extension=php_exif.dll
extension=php_fdf.dll
extension=php_filepro.dll
extension=php_gd2.dll
extension=php_gettext.dll
;extension=php_ifx.dll
extension=php_iisfunc.dll
extension=php_imap.dll
extension=php_interbase.dll
extension=php_java.dll
extension=php_ldap.dll
;extension=php_mcrypt.dll
extension=php_mhash.dll
extension=php_mime_magic.dll
extension=php_ming.dll
extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
extension=php_openssl.dll
;extension=php_oracle.dll
extension=php_pdf.dll
extension=php_pgsql.dll
extension=php_shmop.dll
extension=php_snmp.dll
extension=php_sockets.dll
;extension=php_sybase_ct.dll
extension=php_tidy.dll
extension=php_ffi.dll
extension=php_xmlrpc.dll
extension=php_xsl.dll
;extension=php_yaz.dll
extension=php_zip.dll
After which i opened up IIS Manager and added in the php exention entry and pointed it to c:\php\php5isapi.dll
I also added ;c:\php to the enviroment variable.
I cant get it to work. The best i have gotten is for it to connect to the local host then just sit there waiting. Not ever stoping, just waiting. localhost works, so the IIS is function properly. Im just at a complete lose where to go. Any help would be appreciated, thank you.
Hi. I am trying to get php5 to run on my win2003 server using IIS6. I seem to be having a problem getting it to function.
I used 2 tutorials now and this one was what i just used.
http://www.peterguy.com/php/install_IIS6.html
Ok. I Have downloaded the latest version of php and the extensions zip from http://www.php.net.
I have unzipped them to c:\php and c:\php\ext respectivly.
I changed the name of the php.ini accordingly.
I opened the php.ini and took out the ; for cgi.force_redirect in php.ini and set equal to 0.
I change the extension_dir = to extension_dir = "c:/php/ext" ( dont understand the / instead of \ but ok )
Then i copy and pasted the extension config from the article and pasted it over the exiting variables like so..
extension=php_mbstring.dll
extension=php_bz2.dll
extension=php_cpdf.dll
extension=php_curl.dll
extension=php_dba.dll
extension=php_dbase.dll
extension=php_dbx.dll
;extension=php_exif.dll
extension=php_fdf.dll
extension=php_filepro.dll
extension=php_gd2.dll
extension=php_gettext.dll
;extension=php_ifx.dll
extension=php_iisfunc.dll
extension=php_imap.dll
extension=php_interbase.dll
extension=php_java.dll
extension=php_ldap.dll
;extension=php_mcrypt.dll
extension=php_mhash.dll
extension=php_mime_magic.dll
extension=php_ming.dll
extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
extension=php_openssl.dll
;extension=php_oracle.dll
extension=php_pdf.dll
extension=php_pgsql.dll
extension=php_shmop.dll
extension=php_snmp.dll
extension=php_sockets.dll
;extension=php_sybase_ct.dll
extension=php_tidy.dll
extension=php_ffi.dll
extension=php_xmlrpc.dll
extension=php_xsl.dll
;extension=php_yaz.dll
extension=php_zip.dll
After which i opened up IIS Manager and added in the php exention entry and pointed it to c:\php\php5isapi.dll
I also added ;c:\php to the enviroment variable.
I cant get it to work. The best i have gotten is for it to connect to the local host then just sit there waiting. Not ever stoping, just waiting. localhost works, so the IIS is function properly. Im just at a complete lose where to go. Any help would be appreciated, thank you.