ID:               30943
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ARM_ARAM at yahoo dot com
-Status:           Feedback
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: Windows XP
 PHP Version:      4.3.9
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

This is a duplicate of bug 26771, ISTR this fails on any Win32
(threaded in 1.3 or 2.0).


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

[2004-11-30 14:53:48] [EMAIL PROTECTED]

Also, please, try latest PHP4 CVS snapshot first.

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

[2004-11-30 14:43:36] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


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

[2004-11-30 14:36:21] ARM_ARAM at yahoo dot com

Description:
------------
Standart Php.ini set

Reproduce code:
---------------
<?php
function pr()
{
 echo 'ok<br>';
}
register_tick_function("pr");
pr();
declare(ticks=2) {
    for ($x = 1; $x < 50; ++$x) {}}
?>

Expected result:
----------------
output ok 

Actual result:
--------------
Apache.exe has encountered a problem and needs to close.  We are sorry
for the inconvenience.


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


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

Reply via email to