Im having problems switching from php 5.0.4 to php 5.2.9. Using ISAPI I get “Invalid access to memory location.”
Im doing a manual install and unzipping to C:\php (old one was at c:\php5) I then renamed the php.ini-recommended to just .ini, no changes were made. Previous install doesn’t even have a php.ini file. I added C:\PHP\php5isapi.dll to the web service extensions and application extensions also made PATH point to c:\php. Where can I go from here.
Ive tried using C:\PHP\php-cgi.exe and it works ok, but it breaks my site as Im using irregular URL’s like index.php/business/jobs and then parsing it with request_uri and it doesn’t seem to like that much. So 5.0.4 worked fine as ISAPI and I would like 5.2.9 to work as well, Please help me.
-James