Click to See Complete Forum and Search --> : PHP 5.0 Access Violation


occs_jedi_knigh
07-26-2004, 02:49 PM
Ok, I have scoured the net to try and resolve this issue, im not sure it its a bug or whatnot for PHP 5.0.0

First, I am running IIS 5.1 on Windows XP Pro 1.25GhZ with 1025MB RAM.

My php.ini resides in C:\Windows and the extensions_dir points to the directory where i unzipped PHP.

I added the string value to my registry.

Now i have tried multiple configs with my server, to which only one works. When I configure the server to use either php.exe, php-win.exe, or php-cgi.exe to process php pages, the server hangs and ultimately gives me a timeout.

When I configure the server to use the php5isapi.dll the server processes the php page perfectly EXCEPT at the bottom of every page i get the error message 'PHP has encounted an Access Violation at [memory address]'

example: phpinfo() This displays everything fine but this error is at the very bottom. Any ideas?