ID:               36478
 Comment by:       judas dot iscariote at gmail dot com
 Reported By:      uzair at infinilogic dot com
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Linux 2.4.x
 PHP Version:      4.4.2
 New Comment:

did you recompile PHP with large File support ??

http://php.net/filesystem


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

[2006-02-21 17:40:41] uzair at infinilogic dot com

Description:
------------
Get a 2GB file in any of your file system say ./iolog-default

then execute the script with php commandline ...

<?
error_log("this is a test message",3,"./iolog-default");
?>

I am using XFS, and checked creating larger files from other programs.

Reproduce code:
---------------
<?
error_log("this is a test message",3,"./iolog-default");
?>


Expected result:
----------------
It should log more then 2GB file .. the OS supports it. I am using XFS,
and checked creating larger files from other programs.

Actual result:
--------------
It doesnot log any byte after 2GB file size.


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


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

Reply via email to