From ac8b58603bcb59f49b08da6656fb2ec7c4f76a0b Mon Sep 17 00:00:00 2001 From: Date: Mon, 12 Jan 2004 01:31:59 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 20 +++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/ChangeLog b/ChangeLog index 949ba1a2918..ac8445cf18f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2004-01-11 Wez Furlong + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_language_scanner.h + ZendEngine2/zend_language_scanner.l: + TSRMLS fix + +2004-01-11 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/pgsql/pgsql.c: + MFH: Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). + + * ext/pgsql/pgsql.c: + Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). + +2004-01-11 Andi Gutmans + + * ZendEngine2/zend_language_parser.y: + - Re-allow conditional class declerations. Needless to say that I also + - think it's not great coding.. Use polymorphism instead :) + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_language_scanner.h + ZendEngine2/zend_language_scanner.l: + - This should fix the problem of conditional function decleration on the + - same line of code not to work. You should re-evaluate your coding style + - if you really code this way :) + +2004-01-11 Jani Taskinen + + * NEWS: + oops.. + + * NEWS: + BFN + + * tests/lang/bug26869.phpt: + + add test case for bug #26869 + +2004-01-11 Andrey Hristov + + * ext/standard/tests/array/var_export.phpt: + fixing test + +2004-01-11 Rui Hirokawa + + * ext/sqlite/config.m4: + added utf8 support option for sqlite >= 2.8.9. + 2004-01-10 Andrey Hristov * ext/standard/tests/array/007.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bc1ef8dcb92..af3bab2daab 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2004-01-11 Wez Furlong + + * zend_compile.c + zend_language_scanner.h + zend_language_scanner.l: + TSRMLS fix + +2004-01-11 Andi Gutmans + + * zend_language_parser.y: + - Re-allow conditional class declerations. Needless to say that I also + - think it's not great coding.. Use polymorphism instead :) + + * zend_compile.c + zend_language_scanner.h + zend_language_scanner.l: + - This should fix the problem of conditional function decleration on the + - same line of code not to work. You should re-evaluate your coding style + - if you really code this way :) + 2004-01-10 Zeev Suraski * zend_operators.c: