ID: 41787 Updated by: [EMAIL PROTECTED] Reported By: d58m at hotmail dot com -Status: Open +Status: Feedback Bug Type: Performance problem Operating System: windows 2000 Professional PHP Version: 5.2.4 New Comment:
And you're 100% sure you have replaced ALL old dlls with the ones from the zip you downloaded from snaps.php.net? And that includes the extra dlls too. How exactly have you installed PHP to run under Apache? As a module or as CGI binary? Previous Comments: ------------------------------------------------------------------------ [2007-06-24 14:58:46] d58m at hotmail dot com I have updated to PHP version 5.2.4 and I am still getting the same problem with proformace at runtine. httpd.exe Application error. The instruction at "0x77f87eeb" referenced memory at "0x00000014". the memory could not be "read" click on OK to terminate the program. Click on cancel to debug the program. ------------------------------------------------------------------------ [2007-06-24 13:15:18] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi ------------------------------------------------------------------------ [2007-06-24 12:30:05] d58m at hotmail dot com OS: windows 2000 professional software used: Apache2.2 PHP5.2.3 Browser: IE 6.0.2800.1106 1. Type the address into the address: http://localhost/test/s.php and pressed return. 2. I get a blank page in the browser no text display in the browser. 3. Right clicked on the page and get the code in the "Reproduce code: form". It should be the code in the "Actual result: form" tech. It was working up to 25/05/07 then it stopped. Running different application I get this error: httpd.exe Application error. The instruction at "0x005c8cba" referenced memory at "0x00000011". the memory could not be "read" click on OK to terminate the program. Click on cancel to debug the program. ------------------------------------------------------------------------ [2007-06-24 11:22:31] d58m at hotmail dot com Description: ------------ OS: windows 2000 professional software used: Apache2.2 PHP5.2.3 Browser: IE 6.0.2800.1106 1. Type the address into the address: http://localhost/test/s.php and pressed return. 2. I get a blank page in the browser no text display in the browser. 3. Right clicked on the page and get the code in the "Reproduce code: form". It should be the code in the "Actual result: form" tech. I was working up to 25/05/07 then it stopped. Reproduce code: --------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> Expected result: ---------------- <marquee>site under construction</marquee><br /> <a href="index.html">link to index page </a> Actual result: -------------- -------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <marquee>site under construction</marquee><br /> <a href="index.html">link to index page </a> </body> </html> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41787&edit=1
