]> granicus.if.org Git - php/commitdiff
Update UPGRADING for the new variadic functions, and re-sort.
authorAdam Harvey <aharvey@php.net>
Wed, 3 Dec 2014 00:47:31 +0000 (16:47 -0800)
committerAdam Harvey <aharvey@php.net>
Wed, 3 Dec 2014 00:47:31 +0000 (16:47 -0800)
UPGRADING

index bba4553caa7906d7fab20ebd45981b08d488c966..90e41631c8c0f68198ee9c82618a62ecaa82fbf8 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -301,12 +301,15 @@ PHP 5.6 UPGRADE NOTES
   Added PDO::pgsqlGetNotify($result_type = PDO::FETCH_USE_DEFAULT, $ms_timeout = 0)
   Added PDO::pgsqlGetPid()
 
-- Zip:
-  Added ZipArchive::setPassword($password)
+- Reflection
+  Added ReflectionFunction::isVariadic() and ReflectionParameter::isVariadic().
 
 - SPL
   Added SplFileObject::fread($length) to complement fwrite() method (>= 5.5.11)
 
+- Zip:
+  Added ZipArchive::setPassword($password)
+
 ========================================
 7. New Classes and Interfaces
 ========================================