diff --git a/ChangeLog b/ChangeLog index 7f9017128bd..6d68c8a0398 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2004-05-25 Stefan Esser + + * main/SAPI.c: + break is better + +2004-05-25 Brad House + + * ext/mcve/config.m4 + ext/mcve/config.m4: + PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADD + requires AC_PROG_EGREP when you phpize + +2004-05-25 Andi Gutmans + + * ZendEngine2/zend_objects_API.h: + - Nuke unused decleration + +2004-05-25 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + + * ext/standard/dl.c: + Kill unused var. + +2004-05-25 Wez Furlong + + * ext/standard/dl.c: + Merge that nicer error message here too + + * main/streams/plain_wrapper.c: + -sigh*, obviously, we need this to be able to use sapi_module.name + + * main/streams/plain_wrapper.c: + DEBUG -> PHP_DEBUG + +2004-05-25 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + configure.in + main/php_version.h: + Prepare for 4.3.7RC1. + +2004-05-25 Wez Furlong + + * ext/sqlite/config.w32: + Allow sqlite to build as a shared ext under win32 + + * main/streams/plain_wrapper.c: + check if it matches... not if it doesn't... + + * main/streams/plain_wrapper.c: + In debug mode, under CLI don't close stderr. + This is so that we can see any error reports. + + +2004-05-25 Andi Gutmans + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h: + - More fixes + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h: + - Make fix compile. + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h: + - Fix memory leak in mem cache in conjunction with Zend MM. How come no one + - noticed this? :) + 2004-05-24 Pierre-Alain Joye * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c755b205881..d0c11c24cb7 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2004-05-25 Andi Gutmans + + * zend_objects_API.h: + - Nuke unused decleration + + * zend_alloc.c + zend_alloc.h: + - More fixes + + * zend_alloc.c + zend_alloc.h: + - Make fix compile. + + * zend_alloc.c + zend_alloc.h: + - Fix memory leak in mem cache in conjunction with Zend MM. How come no one + - noticed this? :) + 2004-05-23 Andi Gutmans * zend_objects_API.c: