From e3466082099e17d48f3f5d1d2a38f5094eab8d30 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 2 Dec 2014 16:47:31 -0800 Subject: [PATCH] Update UPGRADING for the new variadic functions, and re-sort. --- UPGRADING | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index bba4553caa7..90e41631c8c 100644 --- 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 ========================================