diff options
author | <changelog@php.net> | 2007-11-26 01:31:35 +0000 |
---|---|---|
committer | <changelog@php.net> | 2007-11-26 01:31:35 +0000 |
commit | d44d675a40c06d3e814f439b774fa4ae2c8e89c6 (patch) | |
tree | a9acbb8bb9cc6319b56de059a7c05f4e01f0b68c /ChangeLog | |
parent | a204180d648adb13612aa27aae58b9dd78d54057 (diff) | |
download | php-git-d44d675a40c06d3e814f439b774fa4ae2c8e89c6.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2007-11-25 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/array.c: + + MFB : Fixed bug #43386 (array_globals not reset to 0 properly on init) + + * (PHP_5_2) + NEWS + ext/standard/array.c: + + MFB: Fixed bug #43386 (array_globals not reset to 0 properly on init) + + * (PHP_5_3) + ext/standard/array.c: + Fixed bug #43386 (array_globals not reset to 0 properly on init) + 2007-11-24 Lukas Smith <smith@pooteeweet.org> * CODING_STANDARDS: |