ID:               32968
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pasha dot zubkov at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Zend Engine 2 problem
 Operating System: Linux 2.6.11.6-grsec
 PHP Version:      5.0.4
 New Comment:

.



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

[2005-05-06 19:50:00] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.

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

[2005-05-06 18:35:38] pasha dot zubkov at gmail dot com

Description:
------------
both php-5.0.4 and php-PHP_5_0-05052005 segfaults with this code

Reproduce code:
---------------
<?php
function rec() {
        static $count = 0;
        echo "$count ";
        $count++;
        rec();
}
rec();
?>

Actual result:
--------------
[snip] 14954 14955 14956 Segmentation fault


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


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

Reply via email to