ID: 29360 Updated by: [EMAIL PROTECTED] Reported By: suicidal_insanity at stormcoast-fortress dot ne -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: 2003 PHP Version: 5CVS-2004-07-23 (dev) New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [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