Commit:    ac3f56cdbee91f6fb3d1cf505a6e40c6c5aa4ed6
Author:    kovacs.ferenc <[email protected]>         Thu, 28 Aug 2014 
11:27:32 +0200
Parents:   49bc99ab11a78bbf4b7b8572fa16d552f23aa88f
Branches:  PHP-5.6.0

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

Log:
add two more major change

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 404b2f0..ac43727 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -18,6 +18,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
  <li>Added dedicated syntax for variadic functions.</li>
  <li>Added support for argument unpacking to complement the variadic 
syntax.</li>
  <li>Added an exponentiation operator (**).</li>
+ <li>Added phpdbg SAPI.</li>
  <li>Added unified default encoding.</li>
  <li>The php://input stream is now re-usable and can be used concurrently with 
enable_post_data_reading=0.</li>
  <li>Added use function and use const..</li>
@@ -25,6 +26,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
  <li>Added the __debugInfo() magic method to allow userland classes to 
implement the get_debug_info API previously available only to extensions.</li>
  <li>Added gost-crypto (CryptoPro S-box) hash algorithm.</li>
  <li>Stream wrappers verify peer certificates and host names by default in 
encrypted client streams.</li>
+ <li>Uploads equal or greater than 2GB in size are now accepted.</li>
 </ul>
 <ul>
 <li>Core:


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

Reply via email to