- Add requirement for large file support.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145873 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2003-12-07 15:21:32 +00:00
parent 5d6043700f
commit 7aad6b4dac

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -13,7 +13,12 @@
<section id="filesystem.requirements">
&reftitle.required;
&no.requirement;
<para>
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:
<literal>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</literal>.
</para>
</section>
<section id="filesystem.installation">