summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-11-03 19:04:19 +0000
committerMarcus Boerger <helly@php.net>2006-11-03 19:04:19 +0000
commitf7948f7feffce2d052a9c78b7aa3911de952d1c0 (patch)
tree527239fb2517660f6204cd8a520277277f570b2a
parent17b675132b00b390736bec8a7a6dad472d91c7a0 (diff)
downloadphp-git-f7948f7feffce2d052a9c78b7aa3911de952d1c0.tar.gz
- BFN
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a01c6c0c96..5057071355 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,16 @@ PHP NEWS
. Make sure PHP_SELF is filtered in Apache 1 sapi.
- Fixed bug #39354 (Allow building of curl extension against libcurl 7.16.0)
(Ilia)
+- Fixed bug #39320 (ZEND_HASH_APPLY_STOP causes deletion). (Marcus)
+- Fixed bug #39313 (spl_autoload triggers Fatal error). (Marcus)
- Fixed bug #39265 (Fixed path handling inside mod_files.sh).
(michal dot taborsky at gmail dot com, Ilia)
- Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr). (Wez,Ilia)
+- Fixed bug #39151 (Parse error in recursiveiteratoriterator.php). (Marcus)
+- Fixed bug #39090 (DirectoryFilterDots doxygen docs and example is wrong).
+ (Marcus)
+- Fixed bug #38698 (for some keys cdbmake creates corrupted db and cdb can't
+ read valid db). (Marcus)
- Fixed bug #38680 (Added missing handling of basic types in json_decode).
(Ilia)