From 7aad6b4dac5eb8df9604c9d0b91dc00beeb6221a Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 7 Dec 2003 15:21:32 +0000 Subject: [PATCH] - Add requirement for large file support. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145873 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/reference.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/reference.xml b/reference/filesystem/reference.xml index 3589bda764..94e9c45517 100644 --- a/reference/filesystem/reference.xml +++ b/reference/filesystem/reference.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -13,7 +13,12 @@
&reftitle.required; - &no.requirement; + + No external libraries are needed to build this extension, but if you want + PHP to support LFS (large files) on Linux, then you need to have a recent + glibc and you need compile PHP with the following compiler flags: + -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64. +