Commit:    af3480bd5a2413b6d2e55edebcfdfc22dc69d43e
Author:    Peter Cowburn <[email protected]>         Sat, 6 Sep 2014 20:00:12 
+0100
Parents:   26120dec649cfa804e86b08ed6589b7d1a336132
Branches:  master

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

Log:
Update changelog - SplFileObject::fread isn't new for 5.6.0

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 550182d..d1f4f0e 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -424,7 +424,6 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(67359); ?> (Segfault in recursiveDirectoryIterator).</li>
   <li><?php bugfix(66127); ?> (Segmentation fault with ArrayObject unset).</li>
   <li>Fixed request <?php bugl(67453); ?> (Allow to unserialize empty 
data).</li>
-  <li>Added feature <?php bugl(65545); ?> (SplFileObject::fread()) (Tjerk)</li>
   <li><?php bugfix(66834); ?> (empty() does not work on classes that extend 
ArrayObject) (Tjerk)</li>
   <li><?php bugfix(66702); ?> (RegexIterator::INVERT_MATCH does not 
invert).</li>
 </ul></li>
@@ -1174,7 +1173,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>SPL:
 <ul>
-  <li>Added feature #65545 (SplFileObject::fread()).</li>
+  <li>Added feature <?php bugl(65545); ?> (SplFileObject::fread()).</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>


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

Reply via email to