From 04b664c46aafc46bb3030d3bf06eb5f0b38c2b49 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Wed, 15 Oct 2014 13:17:14 +0000 Subject: Imported Upstream version 5.6.1+dfsg --- UPGRADING | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 4729205a6..d4dd30335 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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 ======================================== -- cgit v1.2.3