summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-01-06 20:07:07 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-01-06 20:07:07 +0000
commitd4c19ed2d2632337307b984d7825493252dd785f (patch)
treea2e6f6309767a384946bee09742c1ffa0b801b6a /NEWS
parentd900d737638380e5d96c8bae9e297b5da868f346 (diff)
downloadphp-git-d4c19ed2d2632337307b984d7825493252dd785f.tar.gz
Fixed bug #26819 (http_build_query() crashes on NULL output).
Fixed bug #26817 (http_build_query() does not handle private & protected object properties correctly).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6a81d65a0..f076edb62c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP NEWS
(Derick)
- Fixed problems with longlong values in mysqli. (Georg)
- Fixed class name case preserving of user defined classes. (Marcus)
+- Fixed bug #26819 (http_build_query() crashes on NULL output). (Ilia)
+- Fixed bug #26817 (http_build_query() does not handle private & protected
+ object properties correctly). (Ilia)
- Fixed bug #26762 (unserialize() produces lowercase classnames). (Marcus)
- Fixed bug #26743 (getElementsByTagName doesn't work properly). (Rob)
- Fixed bug #26736 (__autoload not invoked for parent classes). (Marcus)