changelog Tue May 25 20:33:34 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1638&r2=1.1639&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1638 php-src/ChangeLog:1.1639 --- php-src/ChangeLog:1.1638 Mon May 24 20:32:04 2004 +++ php-src/ChangeLog Tue May 25 20:33:34 2004 @@ -1,3 +1,77 @@ +2004-05-25 Stefan Esser <[EMAIL PROTECTED]> + + * main/SAPI.c: + break is better + +2004-05-25 Brad House <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend_objects_API.h: + - Nuke unused decleration + +2004-05-25 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + + * ext/standard/dl.c: + Kill unused var. + +2004-05-25 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + configure.in + main/php_version.h: + Prepare for 4.3.7RC1. + +2004-05-25 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * (PHP_4_3) @@ -3886,7 +3960,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1638 2004/05/25 00:32:04 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1639 2004/05/26 00:33:34 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>