diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-12 13:52:26 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-12 13:52:26 +0000 |
commit | e27f3fc7e1ef2f67d0641678f49411d704b8debd (patch) | |
tree | e1574d9c9314ccb81f40d1fb53859da7603b0d37 /NEWS | |
parent | d0c781cc84e741c5f3fc93ce8e4be4ac114dc6dd (diff) | |
download | php-git-e27f3fc7e1ef2f67d0641678f49411d704b8debd.tar.gz |
Bug fixing news.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ PHP 4 NEWS - Moved extensions to PECL (http://pear.php.net/): (James, Derick) . ext/vpopmail . ext/cybermut +- Fixed bug #20927 (wordwrap crash). (Ilia) - Fixed bug #20796 (when register_globals is on & arrays with same names are passed via get/post/cookie the data inside $_GET/$_POST/$_COOKIE can would be corrupted). (Ilia) |