Hi,

At Fri, 11 Aug 2006 17:27:59 -0000,
Pierre-Alain Joye wrote:
> 
> pajoye                Fri Aug 11 17:27:59 2006 UTC
> 
>   Added files:                 
>     /phpdoc/en/reference/zip  constants.xml 
>     /phpdoc/en/reference/zip/functions        ziparchive-addfile.xml 
>                                               ziparchive-addfromstring.xml 
>                                               ziparchive-close.xml 
>                                               ziparchive-deleteindex.xml 
>                                               ziparchive-deletename.xml 
>                                               ziparchive-extractto.xml 
>                                               
> ziparchive-getarchivecomment.xml 
>                                               ziparchive-getcommentindex.xml 
>                                               ziparchive-getcommentname.xml 
>                                               ziparchive-getfromindex.xml 
>                                               ziparchive-getfromname.xml 
>                                               ziparchive-getnameindex.xml 
>                                               ziparchive-getstream.xml 
>                                               ziparchive-locatename.xml 
>                                               ziparchive-open.xml 
>                                               ziparchive-renameindex.xml 
>                                               ziparchive-renamename.xml 
>                                               
> ziparchive-setarchivecomment.xml 
>                                               ziparchive-setcommentindex.xml 
>                                               ziparchive-setcommentname.xml 
>                                               ziparchive-statindex.xml 
>                                               ziparchive-statname.xml 
>                                               ziparchive-unchangeall.xml 
>                                               ziparchive-unchangearchive.xml 
>                                               ziparchive-unchangeindex.xml 
>                                               ziparchive-unchangename.xml 
> 
>   Modified files:              
>     /phpdoc/en/reference/zip  configure.xml reference.xml 
>   Log:
>   - Add documentation for the new Zip extension (add new OO interface)
>   - Update the installation and reference pages (pecl, php4, 5.2+)
>   

> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/configure.xml?r1=1.6&r2=1.7&diff_format=u
> Index: phpdoc/en/reference/zip/configure.xml
> diff -u phpdoc/en/reference/zip/configure.xml:1.6 
> phpdoc/en/reference/zip/configure.xml:1.7
> --- phpdoc/en/reference/zip/configure.xml:1.6 Wed Aug  4 10:29:25 2004
> +++ phpdoc/en/reference/zip/configure.xml     Fri Aug 11 17:27:59 2006
(snip)

> +   <title>Installation with PECL or bundled with PHP 5.2 or earlier</title>
"PHP 5.2 or earlier" includes PHP 5.1.x, 5.0.x, 4.4.x, ... and so on.
I suppose you'd like to say "PHP 5.2 or *later*".

> +   <para>
> +    In order to use these functions you must compile PHP with zip support
> +    by using the <option role="configure">--enable-zip</option>
> +    configure option.  It does require any external library.
> +   </para>
"It does require any external library." should be "It does *not*
require any external library."


Regards,
-- 
TAKAGI Masahiro mailto:[EMAIL PROTECTED]

Reply via email to