Commit:    fbeccb79168a5bcbf29b9e8d1bf498fb25f4565e
Author:    Christoph M. Becker <[email protected]>         Mon, 5 Sep 2016 
20:21:12 +0200
Parents:   98660d0163f45ee423cfebfbf78badd8315b2c36
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=fbeccb79168a5bcbf29b9e8d1bf498fb25f4565e

Log:
Fix wrong libzip version info

libzip 1.11.2 has not even been released, see
<https://nih.at/libzip/NEWS.html>.

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 5ac424e..155875c 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -3423,7 +3423,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Zip:
 <ul>
-  <li>update libzip to version 1.11.2. PHP don't use any ilibzip private 
symbol anymore.</li>
+  <li>update libzip to version 0.11.2. PHP doesn't use any ilibzip private 
symbol anymore.</li>
   <li>new method ZipArchive::setPassword($password).</li>
   <li>add --with-libzip option to build with system libzip.</li>
   <li>new methods: ZipArchive::setExternalAttributesName($name, $opsys, $attr 
[, $flags]) ZipArchive::setExternalAttributesIndex($idx, $opsys, $attr [, 
$flags]) ZipArchive::getExternalAttributesName($name, &amp;$opsys, &amp;$attr 
[, $flags]) ZipArchive::getExternalAttributesIndex($idx, &amp;$opsys, 
&amp;$attr [, $flags])</li>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to