From 196259d3348e6c1f6622e5bc316207fc79f92ec9 Mon Sep 17 00:00:00 2001 From: Date: Tue, 13 Jul 2004 00:32:43 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 ++++++++ 2 files changed, 89 insertions(+) diff --git a/ChangeLog b/ChangeLog index d6cf7f9f94..89b00e4c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2004-07-12 Ilia Alshanetsky + + * (PHP_4_3) + Zend/zend_alloc.c + Zend/zend_hash.c + Zend/zend_variables.c: + MFHZE2: Better stability during premature shutdown of request startup + +2004-07-12 Timm Friebe + + * (PHP_4_3) + ext/sybase_ct/php_sybase_ct.c: + - Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision) + - Fixed bug #27843 (sybase_query() triggers (spurious?) notices when + query is a stored procedure) + - Fixed multiple memory leaks with sybase_unbuffered_query() + - Changed sybase_query() to ignore store_results = false in buffering + mode, it would yield unpredictable results + - Fixed sybase_unbuffered_query() when used with store_results = false + - Changed sybase_fetch_object() to ignore second argument when passed + as NULL + - Made sybase_data_seek() error message more verbose + - Fixed memory leak in shutdown when not all rows where selected in an + unbuffered query + CVS ---------------------------------------------------------------------- + +2004-07-12 Wez Furlong + + * main/streams/streams.c: + Fix file_get_contents() bug... + +2004-07-12 Ilia Alshanetsky + + * (php_5_0_0RC4) + ext/standard/exec.c: + Missing patch. + + * (php_5_0_0RC4) + NEWS: + Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X). + + * (PHP_4_3) + Zend/zend_execute.c: + MFZE2: Fixed bug #29086 & #28064 (PHP crashes on extremly long scripts). + + * (php_5_0_0RC4) + ZendEngine2/zend_execute.c: + Fixed bug #29086 & #28064 (PHP crashes on extremly long scripts). + + * (php_5_0_0RC4) + ext/sqlite/libsqlite/src/parse.c: + Touch the file so that build system does not try to rebuild it. + +2004-07-12 Andi Gutmans + + * (php_5_0_0RC4) + ZendEngine2/zend.c: + - Convert zend_class_entry -> zend_class_entry * + +2004-07-12 Christian Stocker + + * (php_5_0_0RC4) + ext/xsl/php_xsl.c: + implement the clone code for the XSLTProcessor object and fix #29108 + "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards) + +2004-07-12 Antony Dovgal + + * (PHP_4_3) + ext/oci8/oci8.c: + MFH: fix #28978 (multiple OCIBindByName on the same placeholder eats + memory) + + * (php_5_0_0RC4) + ext/oci8/oci8.c: + fix #28978 (multiple OCIBindByName on the same placeholder eats memory) + 2004-07-11 Andrey Hristov * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6c13941f24..27619d1328 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2004-07-12 Ilia Alshanetsky + + * (php_5_0_0RC4) + zend_execute.c: + Fixed bug #29086 & #28064 (PHP crashes on extremly long scripts). + +2004-07-12 Andi Gutmans + + * (php_5_0_0RC4) + zend.c: + - Convert zend_class_entry -> zend_class_entry * + 2004-07-10 Jon Parise * zend.c: -- 2.40.0