ID: 36478 Updated by: [EMAIL PROTECTED] Reported By: uzair at infinilogic dot com -Status: Open +Status: Feedback -Bug Type: Reproducible crash +Bug Type: Unknown/Other Function Operating System: Linux 2.4.x PHP Version: 4.4.2
Previous Comments: ------------------------------------------------------------------------ [2006-02-22 05:00:56] judas dot iscariote at gmail dot com did you recompile PHP with large File support ?? http://php.net/filesystem ------------------------------------------------------------------------ [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