From 51ca0e7bbb6c36b121eb116f780e77a93785faa9 Mon Sep 17 00:00:00 2001 From: Date: Wed, 26 Jan 2005 01:42:26 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 127 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 36 ++++++++++++++ 2 files changed, 163 insertions(+) diff --git a/ChangeLog b/ChangeLog index a955a4b27d..868959536a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2005-01-25 Andrei Zmievski + + * ext/standard/browscap.c: + Don't depend on empty_string. + +2005-01-25 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/standard/pack.c: + MFH: Fixed bug #31465 (False warning in unpack() when working with *). + + * ext/standard/pack.c: + Fixed bug #31465 (False warning in unpack() when working with *). + +2005-01-25 Andrei Zmievski + + * (PHP_5_0) + NEWS + ext/standard/browscap.c + ext/standard/browscap.c + sapi/embed/php_embed.c + sapi/embed/php_embed.c: + MFB (Fix several egregious leaks in ext/browscap and sapi/embed). + + * (PHP_4_3) + NEWS + ext/standard/browscap.c + sapi/embed/php_embed.c: + Fix several egregious leaks in ext/browscap and sapi/embed. + +2005-01-25 Marcus Boerger + + * ext/sqlite/sqlite.c: + - Proto fix + +2005-01-25 Antony Dovgal + + * ext/imap/php_imap.c: + check body for NULL before using and prevent segfaults + +2005-01-25 Jani Taskinen + + * (PHP_4_3) + NEWS + NEWS + ext/dio/dio.c + ext/dio/dio.c: + MFH: - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings) + + * ext/dio/dio.c: + - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings) + + * ZendEngine2/zend.h: + New versions of glibc support a RTLD_DEEPBIND flag to dlopen. The + effect of this flag when loading a "foo.so" with undefined symbols is + that the search that symbol starts at foo.so and its dependencies + *before* the loading process' global symbol table. + + This is an effective workaround for symbol namespace collisions between + various modules and the libraries on which they depend (where fixing the + respective modules or libraries is not possible e.g. due to API + constraints). + + (By: Joe Orton) + + * (PHP_4_3) + acinclude.m4 + acinclude.m4: + MFH: - Fix macosx shared extension build + + * acinclude.m4: + - Fix macosx shared extension build + + * (PHP_4_3) + NEWS + NEWS + scripts/phpize.in + scripts/phpize.in: + MFH: - Return of the automake requirement + + * scripts/phpize.in: + - Return of the automake requirement. + + * (PHP_5_0) + NEWS: + order + typos + +2005-01-25 Dmitry Stogov + + * (PHP_5_0) + NEWS: + Fixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented) + +2005-01-25 Marcus Boerger + + * (PHP_5_0) + NEWS: + - BFN + + * (PHP_5_0) + ZendEngine2/zend_execute.c + ZendEngine2/zend_interfaces.c + ZendEngine2/tests/bug26229.phpt: + - MFH #26229 (getIterator() segfaults when it returns arrays or scalars) + + * ZendEngine2/zend_interfaces.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug26229.phpt: + - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars) + + * ZendEngine2/Makefile.frag: + - Fix dependency + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - Use correct freeing (thx Dmitry) + +2005-01-25 Jani Taskinen + + * NEWS + NEWS + NEWS: + massage + 2005-01-24 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0c09138b41..903f12af27 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,39 @@ +2005-01-25 Jani Taskinen + + * zend.h: + New versions of glibc support a RTLD_DEEPBIND flag to dlopen. The + effect of this flag when loading a "foo.so" with undefined symbols is + that the search that symbol starts at foo.so and its dependencies + *before* the loading process' global symbol table. + + This is an effective workaround for symbol namespace collisions between + various modules and the libraries on which they depend (where fixing the + respective modules or libraries is not possible e.g. due to API + constraints). + + (By: Joe Orton) + +2005-01-25 Marcus Boerger + + * (PHP_5_0) + zend_execute.c + zend_interfaces.c + tests/bug26229.phpt: + - MFH #26229 (getIterator() segfaults when it returns arrays or scalars) + + * zend_interfaces.c + zend_vm_def.h + zend_vm_execute.h + tests/bug26229.phpt: + - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars) + + * Makefile.frag: + - Fix dependency + + * zend_vm_def.h + zend_vm_execute.h: + - Use correct freeing (thx Dmitry) + 2005-01-24 Marcus Boerger * zend_vm_def.h -- 2.50.1