like stut said - your probably have some old .dll(s) hanging around that windows is loading in preference to the ones it should be (when cleaning up all existing installations also check that there is nothing lurking in the system32 directory. if that doesn't give you any joy - you might consider trying a slightly older version of apache2 and/or php5 (e.g. 5.1.2) to see if that helps your situation ... and then there is always this list :-) Douglas Temple wrote: > Hello, > > First off, I hope everyone had Happy New Year. > > Onto business, I am trying to install PHP 5.2.0 on a WinXP computer, using > Apache 2.2.3 as the web server with MySQL enabled extension. My problem is > that when I start up Apache with the edited httpd.conf file including the > following code: > > # For PHP 5 do something like this: > LoadModule php5_module c:/php/php5apache2_2.dll > AddType application/x-httpd-php .php > > # configure the path to php.ini > PHPIniDir C:/php > > And then trying a simple phpinfo() test on it, it gives the following > error. > > "The instruction at "0x007874cd" referenced memory at "0x00000014". The > memory could not be "read"." > > The dumprep.exe message has the following interesting information: > > "szAppName: httpd.exe" > "szModName: php5ts.dll" > "offset: 000974cd" > > I'm wondering 3 things: > > Has this happened to anyone else when they were trying to install PHP on > Apache? > > Is there any advice people can give me? > > Is there any relatively hassle free approach to manually fix this annoying > problem? > > Thanks in advance, > > D.T. > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php