From: Date: Wed, 11 Sep 2002 00:33:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0620f711d76631731c6d976eeb46e6329243cf3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index eb2b6dcd34..7879de66fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2002-09-10 Edin Kadribasic + + * ext/standard/array.c + ext/standard/php_array.h: Fixed ZTS build. + +2002-09-10 Andrei Zmievski + + * ext/standard/array.c + ext/standard/php_array.h: + - Fixed array_merge_recursive() to avoid problems with merging cyclical + arrays (bug #16064). + + * NEWS: *** empty log message *** + +2002-09-10 Wez Furlong + + * ext/sysvmsg/sysvmsg.c + ext/sysvmsg/config.m4: + Patch for BSD-ish systems from Melvyn Sopacua , + slightly modified. + +2002-09-10 Stefan Esser + + * ext/standard/url.c: + php_url_parse() replaces controlchars with '_' now. This stops fopen wrapper + CR/LF injection issues. + +2002-09-10 Jason Greene + + * ext/sockets/sockets.c: Fix crash bug and memory leak in vectors + 2002-09-09 Jani Taskinen * NEWS: consistent.. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2f4b630905..1d9289d273 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2002-09-10 Stanislav Malyshev + + * zend_execute_API.c + zend_variables.c: MFZE1 + 2002-09-09 Stanislav Malyshev * zend_object_handlers.c: remove comment