diff options
author | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
---|---|---|
committer | Thijs Kinkhorst <thijs@debian.org> | 2014-10-15 13:17:14 +0000 |
commit | 04b664c46aafc46bb3030d3bf06eb5f0b38c2b49 (patch) | |
tree | 07e2dbf984b126837bfc6c20e0a025c754ade299 /UPGRADING | |
parent | d73ee84cfbc86e793602b826adb0dd6bce042838 (diff) | |
download | php-upstream/5.6.1+dfsg.tar.gz |
Imported Upstream version 5.6.1+dfsgupstream/5.6.1+dfsg
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -256,12 +256,19 @@ PHP 5.6 UPGRADE NOTES Manipulated serialization strings for objects implementing Serializable by replacing "C:" with "O:" at the start will now produce an error. +- parse_ini_file(): +- parse_ini_string(): + Added scanner mode INI_SCANNER_TYPED to yield typed .ini values. + For PHP >= 5.6.1 + ======================================== 6. New Functions ======================================== - GMP: 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_export($gmpnumber, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1. - Hash Added hash_equals($known_string, $user_string) @@ -369,6 +376,9 @@ PHP 5.6 UPGRADE NOTES - Added LISTEN/NOTIFY support via PDO::pgsqlGetNotify / PDO::pgsqlGetPid() as described in https://bugs.php.net/bug.php?id=42614. +- DOM: + - DOMNode::textContent is now a writeable property. (>= 5.6.1) + ======================================== 10. New Global Constants ======================================== |