ID:               33714
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dev at null dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Redhat 9
 PHP Version:      5.0.4
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


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

[2005-07-15 18:48:41] dev at null dot com

Description:
------------
php -a

<?
$tmpfiles = scandir('/tmp');

foreach ($tmpfiles as $tmpfile) {

}
Segmentation fault

Reproduce code:
---------------
php -a

<?
$tmpfiles = scandir('/tmp');

foreach ($tmpfiles as $tmpfile) {

}
Segmentation fault

Actual result:
--------------
Segmentation fault.


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


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

Reply via email to