mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix wrapper issue
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74843 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b6b7655664
commit
f744cecae6
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<reference id="ref.zlib">
|
||||
<title>Zlib Compression Functions</title>
|
||||
<titleabbrev>Zlib</titleabbrev>
|
||||
|
@ -24,6 +24,10 @@
|
|||
prepend the filename or path with a 'zlib:' prefix when calling
|
||||
<function>fopen</function>.
|
||||
</para>
|
||||
<para>
|
||||
In version 4.3.0, this special prefix has been changed to 'zlib://'
|
||||
to prevent ambiguities with filenames containing ':'.
|
||||
</para>
|
||||
<para>
|
||||
This feature requires a C runtime library that provides the
|
||||
<literal>fopencookie()</literal> function. To my current
|
||||
|
|
Loading…
Reference in a new issue