diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-01-06 20:07:07 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-01-06 20:07:07 +0000 |
commit | d4c19ed2d2632337307b984d7825493252dd785f (patch) | |
tree | a2e6f6309767a384946bee09742c1ffa0b801b6a /NEWS | |
parent | d900d737638380e5d96c8bae9e297b5da868f346 (diff) | |
download | php-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |