ID: 41787 User updated by: d58m at hotmail dot com Reported By: d58m at hotmail dot com -Status: Feedback +Status: Open Bug Type: Apache2 related 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? apache_2.2.4-win32-x86-no_ssl lasted vision. 0. Unistalled old PhP-5.2.3-windows 1. Double click on PHP-5.2-Windows-installer-latest. 2. I accept the the terms in the licence Agreement. 3. C:\Program Files\PhP\ 4. Apache 2.2x module 5. C\Apache Software foundation\Apache2.2\Conf\ 6. Choose Items to install select all. 7. Install button clicked ok. 8. No installing errors. 9. I have not a clue on tacking old PhP-5.2.3-windows files Previous Comments: ------------------------------------------------------------------------ [2007-06-24 16:28:03] [EMAIL PROTECTED] 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? ------------------------------------------------------------------------ [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
