mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
5d6043700f
commit
7aad6b4dac
1 changed files with 7 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue