mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
update NEWS and UPGRADING
This commit is contained in:
parent
8615e42942
commit
4773c1dfdc
2 changed files with 7 additions and 3 deletions
9
NEWS
9
NEWS
|
@ -2,9 +2,6 @@ PHP NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? ??? 2014, PHP 5.6.2
|
?? ??? 2014, PHP 5.6.2
|
||||||
|
|
||||||
-Fileinfo:
|
|
||||||
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
|
|
||||||
|
|
||||||
- Core:
|
- Core:
|
||||||
. Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
|
. Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
|
||||||
as 6.2 (instead of 6.3)). (Christian Wenz)
|
as 6.2 (instead of 6.3)). (Christian Wenz)
|
||||||
|
@ -18,12 +15,18 @@ PHP NEWS
|
||||||
array notation) (Florian)
|
array notation) (Florian)
|
||||||
. Implemented 64-bit format codes for pack() and unpack(). (Leigh)
|
. Implemented 64-bit format codes for pack() and unpack(). (Leigh)
|
||||||
|
|
||||||
|
-Fileinfo:
|
||||||
|
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
|
||||||
|
|
||||||
- FPM:
|
- FPM:
|
||||||
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
|
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
|
||||||
when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
|
when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
|
||||||
. Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
|
. Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
|
||||||
addresses). (Robin Gloster)
|
addresses). (Robin Gloster)
|
||||||
|
|
||||||
|
- GMP:
|
||||||
|
. Implemented gmp_random_range() and gmp_random_bits(). (Leigh)
|
||||||
|
|
||||||
- Reflection:
|
- Reflection:
|
||||||
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
|
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
|
||||||
|
|
||||||
|
|
|
@ -270,6 +270,7 @@ PHP 5.6 UPGRADE NOTES
|
||||||
Added gmp_root($a, $nth) and gmp_rootrem($a, $nth) for calculating nth roots.
|
Added gmp_root($a, $nth) and gmp_rootrem($a, $nth) for calculating nth roots.
|
||||||
Added gmp_import($data, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1.
|
Added gmp_import($data, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1.
|
||||||
Added gmp_export($gmpnumber, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1.
|
Added gmp_export($gmpnumber, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1.
|
||||||
|
Added gmp_random_range() and gmp_random_bits() in PHP 5.6.3.
|
||||||
|
|
||||||
- Hash
|
- Hash
|
||||||
Added hash_equals($known_string, $user_string)
|
Added hash_equals($known_string, $user_string)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue