diff options
author | Adam Harvey <aharvey@php.net> | 2014-12-02 16:47:31 -0800 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2014-12-02 16:47:31 -0800 |
commit | e3466082099e17d48f3f5d1d2a38f5094eab8d30 (patch) | |
tree | 4c82cc9fa506ce86d6b6b7a0992bb8239eab8583 /UPGRADING | |
parent | d81b7c445099bcf35516eb04016c3a825f74ac45 (diff) | |
download | php-git-e3466082099e17d48f3f5d1d2a38f5094eab8d30.tar.gz |
Update UPGRADING for the new variadic functions, and re-sort.
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 ======================================== |