changelog Thu Mar 4 20:31:57 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1557&r2=1.1558&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1557 php-src/ChangeLog:1.1558 --- php-src/ChangeLog:1.1557 Wed Mar 3 20:36:26 2004 +++ php-src/ChangeLog Thu Mar 4 20:31:56 2004 @@ -1,3 +1,74 @@ +2004-03-04 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * sapi/cli/php_cli.c: + - typo (must have sleep.) + + * ZendEngine2/zend_language_scanner.l: + - Fix memleak when scanner is called from within tokenizer extension. + + * sapi/cli/php_cli.c: + - Prevent cli from printing multiple "Interactive mode enabled" if + the command line option is given more than once (like -aaaaaa). + +2004-03-04 Sara Golemon <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/ftp/ftp.c: + MFH: Don't rely on ANSI tmpfile(), use the streams layer instead, it'll + deal with platform issues. + + * ext/ftp/ftp.c: + Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal + with platform issues. + +2004-03-04 Derick Rethans <[EMAIL PROTECTED]> + + * EXTENSIONS: + - No maintainer anymore. + +2004-03-04 Christian Stocker <[EMAIL PROTECTED]> + + * (PHP_4_3) + pear/PEAR/Builder.php: + MFH (fix a linefeed problem, if more than one configureoption) + + * pear/PEAR/Builder.php: + - fix a linefeed problem, if there are more than one configureoption + +2004-03-04 Stanislav Malyshev <[EMAIL PROTECTED]> + + * ZendEngine2/zend_execute.h: + fix the fix + + * ZendEngine2/zend_execute.h: + oops, fix cut&paste gone bad + + * ZendEngine2/zend_execute.h: + Fix object true value: if we are in compat mode and it's Zend object - + use PHP4 rules. Otherwise, object is always true. + +2004-03-04 Derick Rethans <[EMAIL PROTECTED]> + + * ZendEngine2/zend_constants.h + ZendEngine2/zend_operators.h: + - Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an + int). + - Change the MAX_LENGTH_OF_LONG constant to 20, as LONG_MAX is 20 + characters. + (Patches by Ard Biesheuven) + + * ZendEngine2/tests/zend_operators.phpt: + - Added instance_of test (patch by Ard Biesheuvel) + +2004-03-04 Stanislav Malyshev <[EMAIL PROTECTED]> + + * ZendEngine2/zend_compile.c: + Disallow redefining ctors and cleanup + + * ZendEngine2/zend_mm.c: + Handle out of memory/bad size situation gracefully, without getting into + loop + 2004-03-03 Rob Richards <[EMAIL PROTECTED]> * ext/dom/document.c: