ID:               45613
 Updated by:       [EMAIL PROTECTED]
 Reported By:      crocodile2u at yandex dot ru
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: Ununtu 8.04
 PHP Version:      5.3CVS-2008-07-24 (CVS)
 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 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.


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

[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

Reply via email to