mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
The Current CVS version is not 4.0.4-dev
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74789 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bf0f43931a
commit
fdc76c7f45
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<reference id="ref.zlib">
|
||||
<title>Zlib Compression Functions</title>
|
||||
<titleabbrev>Zlib</titleabbrev>
|
||||
|
@ -18,11 +18,11 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The current CVS version 4.0.4-dev introduces a fopen-wrapper
|
||||
for .gz-files, so that you can use a special 'zlib:' URL to
|
||||
access compressed files transparently using the normal
|
||||
f*() file access functions if you prepend the filename or path
|
||||
with a 'zlib:' prefix when calling <function>fopen</function>.
|
||||
Version 4.0.4 introduces a fopen-wrapper for .gz-files, so that
|
||||
you can use a special 'zlib:' URL to access compressed files
|
||||
transparently using the normal f*() file access functions if you
|
||||
prepend the filename or path with a 'zlib:' prefix when calling
|
||||
<function>fopen</function>.
|
||||
</para>
|
||||
<para>
|
||||
This feature requires a C runtime library that provides the
|
||||
|
|
Loading…
Reference in a new issue