ID: 44402 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open -Bug Type: Scripting Engine problem +Bug Type: Reproducible crash Operating System: Windows Vista PHP Version: 5.2.5 New Comment:
Changed category to Preproducible Crash Previous Comments: ------------------------------------------------------------------------ [2008-03-11 00:09:32] [EMAIL PROTECTED] Description: ------------ Using the declare construct causes Apache to crash on Windows Vista, aslong the "declare(ticks=n)" is present anywhere in the code it seems to crash Apache. I havn't tried this under IIS though and any other operating systems. Reproduce code: --------------- <?php declare(ticks=1); ?> Or even the example on the documentation page Expected result: ---------------- No crash Actual result: -------------- Windows promts me saying Apache has crashed with this message: Problem signature: Problem type: APPCRASH Program name: httpd.exe Program version: 2.2.6.0 Timestamp for program: 46deb625 Error module name: StackHash_d351 Error module version: 0.0.0.0 Timestamp on error module: 00000000 Exception code: c0000005 Exception Shifting: 666f7270 OS version: 6.0.6000.2.0.0.256.1 Country standard id: 1030 More information 1: d351 More information 2: e4c68b1163c602091f1022ca6cd48c47 More information 3: a7a4 More information 4: e8322cccddd45a35753f145051c9d41d This is a translation of the box I retrive from Windows when executing any of the above examples. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44402&edit=1