mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Update UPGRADING for the new variadic functions, and re-sort.
This commit is contained in:
parent
d81b7c4450
commit
e346608209
@ -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
|
||||
========================================
|
||||
|
Loading…
Reference in New Issue
Block a user