This is a discussion on Win XP + IIS 5.2 - Application Error in php-cgi.exe within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I've just installed PHP 5.2 on Windows XP (SP2). I've read all the permissions text on the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've just installed PHP 5.2 on Windows XP (SP2). I've read all the
permissions text on the PHP directory and checked that. It seems OK. However, when I try to display the simple sample from the PHP docs (Hello World), I get the following error.... php-cgi.exe - Application Error The instruction at "0x100974cd" referenced memory at "0x00000014". The memory could not be "read". I've uninstalled and re-installed PHP 5.2, checked everything carefully. No joy! Can anyone please help???? Regards, crater |
|
|||
|
crater schreef:
> I've just installed PHP 5.2 on Windows XP (SP2). I've read all the > permissions text on the PHP directory and checked that. It seems OK. > However, when I try to display the simple sample from the PHP docs > (Hello World), I get the following error.... > > php-cgi.exe - Application Error > The instruction at "0x100974cd" referenced memory at "0x00000014". The > memory could not be "read". > > I've uninstalled and re-installed PHP 5.2, checked everything > carefully. No joy! > > Can anyone please help???? > > Regards, crater > you need the php.exe, not the php-cgi.exe. Maybe you install the wrong PHP version ? An easy solution is to use wampserver. (http://www.wampserver.com/en/index.php) -- Essetee ---- Roeselare ---- Belgium http://www.essetee.be ICQ : 763290 -- Jabber : essetee@jabber.org |
|
|||
|
Serge Terryn wrote: > > you need the php.exe, not the php-cgi.exe. > Maybe you install the wrong PHP version ? > Not according the the documentation I have for PHP 5.2. Besides, the installer set it all up, and I assume that it knows what it is doing. Regards, crater |
|
|||
|
crater wrote: > Serge Terryn wrote: > > > > you need the php.exe, not the php-cgi.exe. > > Maybe you install the wrong PHP version ? > > > Not according the the documentation I have for PHP 5.2. Besides, the > installer set it all up, and I assume that it knows what it is doing. > > Regards, crater I uninstalled PHP 5.2 this morning and re-installed it again. This time it seems to be working!@*#~%. Many thanks to all responders. Regards, crater |