ID:               29360
 Updated by:       [EMAIL PROTECTED]
 Reported By:      suicidal_insanity at stormcoast-fortress dot ne
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: 2003
 PHP Version:      5CVS-2004-07-23 (dev)
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2004-07-30 00:37:29] [EMAIL PROTECTED]

Actually you should probably try:

http://snaps.php.net/win32/php5.0-win32-latest.zip

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

[2004-07-30 00:36:32] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



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

[2004-07-23 23:41:45] suicidal_insanity at stormcoast-fortress dot ne

Description:
------------
In a large script set (~10000 lines), I was using NWLN(); to output
newlines in GUI functions, when testing PHP5 the server crashes after
the function is called for the first time, the code in the function is
not executed.

Bug occurs under IIS 6 with php5isapi.dll and apache 1.3 with
php5apache.dll.

Reproduce code:
---------------
function NWLN() // CRASHES!
{
        echo "<br>";
}

function NWLN() // WORKS
{
printf("<br>");
}


Expected result:
----------------
expected script execution to continue

Actual result:
--------------
script execution stops silently under IIS 6, under apache 1.3 it causes
a fatal exception.


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


-- 
Edit this bug report at http://bugs.php.net/?id=29360&edit=1

Reply via email to