summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-08-15 08:10:08 +0400
committerDmitry Stogov <dmitry@zend.com>2014-08-15 08:10:08 +0400
commit8b66d64b2343bc4fd8aeabb690024edb850a0155 (patch)
treebd64ff35b4d598dc7e0252347ef538709fe2c333 /NEWS
parent6463bc5b55f6c771d5253cbc877725b5f5cec23a (diff)
parente9dac4cf71af3af131e75bf57aba1635f10ba82e (diff)
downloadphp-git-POST_PHPNG_MERGE.tar.gz
Merge branch 'master' into phpngPOST_PHPNG_MERGE
* master: add NEWS for 5.6 too Fix bug #67716 - Segfault in cdf.c Fix bug #67716 - Segfault in cdf.c fix test split the glob() test to test different basedir fixed glob() edge case on windows, ref bug #47358 - fix bug #47358, glob returns error, should be empty array() Add NEWS entry for log() improvements
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc85b3e1a6..a5912f397d 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ PHP NEWS
. Removed call_user_method() and call_user_method_array() functions. (Kalle)
. Fix user session handlers (See rfc:session.user.return-value). (Sara)
. Added intdiv() function. (Andrea)
+ . Improved precision of log() function for base 2 and 10. (Marc Bennewitz)
- XSL:
. Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)