[RESOLVED] php dev on Vista
Hi,
I have installed phpdev on my Vista pc! However, when I run it the browser goes to Internet Information Service. Do I need to download a newer version of the software and install it or will my current version work in Vista if I switch to "XP Compatibility" mode?
Thanks,
Nightwalker
Re: [RESOLVED] php dev on Vista
I followed the instructions:
http://learn.iis.net/page.aspx/246/u...ons-on-iis-70/
when I attempt to run php I receive messages about different dll files even though when I go to the directory they are there. No sooner than I replace one dll it happens with another one?
Re: [RESOLVED] php dev on Vista
You'll have to be more specific with the error messages - are these PHP DLLs? What are the messages?
Re: [RESOLVED] php dev on Vista
This application has failed to start because "Dllname" was not found. "Dllname" being the name of the certain dll file.
At first it is those two dlls:
php_mssql.dll
php_mysql.dll
but as I said above when I replace them the problem occurs with other dll files too.
Re: [RESOLVED] php dev on Vista
I have disabled the IIS and am attempting to load WampServer from scratch! However, php-win.exe keeps wanting php4ts.dll in the directory when wampsever 2.0 comes with php5ts.dll. I replace php5ts.dll with php4ts.dll but receive the following error:
Quote:
The procedure entry point_object_and_properties_init could not be located in the dynamic link library php4ts.dll.
However, php5ts.dll works fine on Windows XP when I run WampServer.