summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-09-15 15:37:05 +0200
committerJulien Pauli <jpauli@php.net>2014-09-15 15:37:05 +0200
commitafcda556be3fd9c073b78335528ca05b57e29887 (patch)
treeb05378ee0152d513dbe54f9473e94a4860b432b2
parent2f57d19f764b2680c29d5d00a771e674af0e4e88 (diff)
downloadphp-git-afcda556be3fd9c073b78335528ca05b57e29887.tar.gz
NEWS for last commit
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 08150d2569..cb9669146c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-11 Sep 2014, PHP 5.6.1RC1
+25 Sep 2014, PHP 5.6.1
- Core:
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
@@ -39,6 +39,9 @@ PHP NEWS
- DOM:
. Made DOMNode::textContent writeable. (Tjerk)
+- phpdbg:
+ . Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS). (Bob)
+
- SOAP:
. Fixed bug #67955 (SoapClient prepends 0-byte to cookie names). (Philip Hofstetter)