ID:               41787
 Updated by:       [EMAIL PROTECTED]
 Reported By:      d58m at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: windows 2000 Professional
 PHP Version:      5.2.4
 New Comment:

Are you able to reproduce this on command line using PHP CLI binary?
And have you tried using PHP CGI binary instead of the apache module?


Previous Comments:
------------------------------------------------------------------------

[2007-06-29 12:19:03] d58m at hotmail dot com

call stack
>php5ts.dll!_zend_hash_add_or_update()  + 0x10e

------------------------------------------------------------------------

[2007-06-29 12:13:37] [EMAIL PROTECTED]

Try reading this page once more and look for 'call stack':
http://bugs.php.net/bugs-generating-backtrace-win32.php


------------------------------------------------------------------------

[2007-06-27 16:15:31] [EMAIL PROTECTED]

Thanks, but I asked for a backtrace, no need to resubmit disassembly,
it's completely useless.

>So therefore I get a different result than your out of date MSVC6
>progtramme, when I comes to debugging.

Right, and we'd like to see that different result.

------------------------------------------------------------------------

[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

Reply via email to