summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog52
-rw-r--r--Zend/ChangeLog20
2 files changed, 72 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 949ba1a291..ac8445cf18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2004-01-11 Wez Furlong <wez.php@thebrainroom.net>
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/zend_language_scanner.h
+ ZendEngine2/zend_language_scanner.l:
+ TSRMLS fix
+
+2004-01-11 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <andi@zend.com>
+
+ * 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 <jani.taskinen@kolumbus.fi>
+
+ * NEWS:
+ oops..
+
+ * NEWS:
+ BFN
+
+ * tests/lang/bug26869.phpt:
+
+ add test case for bug #26869
+
+2004-01-11 Andrey Hristov <php@hristov.com>
+
+ * ext/standard/tests/array/var_export.phpt:
+ fixing test
+
+2004-01-11 Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
+
+ * ext/sqlite/config.m4:
+ added utf8 support option for sqlite >= 2.8.9.
+
2004-01-10 Andrey Hristov <php@hristov.com>
* ext/standard/tests/array/007.phpt
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index bc1ef8dcb9..af3bab2daa 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,23 @@
+2004-01-11 Wez Furlong <wez.php@thebrainroom.net>
+
+ * zend_compile.c
+ zend_language_scanner.h
+ zend_language_scanner.l:
+ TSRMLS fix
+
+2004-01-11 Andi Gutmans <andi@zend.com>
+
+ * 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 <zeev@zend.com>
* zend_operators.c: