ID: 45613 Comment by: crocodile2u at yandex dot ru Reported By: crocodile2u at yandex dot ru Status: Feedback Bug Type: Apache2 related Operating System: Ununtu 8.04 PHP Version: 5.3CVS-2008-07-24 (CVS) New Comment:
Because I needed a working project today - I installed a previous snapshopt of PHP-5.3 which did not have this issue. On sunday, I will surely reinstall the problematic snapshot and provide a trace. Previous Comments: ------------------------------------------------------------------------ [2008-07-24 09:24:41] [EMAIL PROTECTED] 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 for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 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. ------------------------------------------------------------------------ [2008-07-24 08:02:44] crocodile2u at yandex dot ru Description: ------------ Get a segfault when using is_file() in a web-server environment (Apache/2.2.8 (Ubuntu) PHP/5.3.0-dev). Seems to be web-server related as CLI version works as expected. Reproduce code: --------------- <?php var_dump(is_file("x")); Expected result: ---------------- bool(false) Actual result: -------------- segmentation fault ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45613&edit=1