changelog Mon Jul 12 20:32:40 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1683&r2=1.1684&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1683 php-src/ChangeLog:1.1684 --- php-src/ChangeLog:1.1683 Sun Jul 11 20:32:48 2004 +++ php-src/ChangeLog Mon Jul 12 20:32:39 2004 @@ -1,3 +1,80 @@ +2004-07-12 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * main/streams/streams.c: + Fix file_get_contents() bug... + +2004-07-12 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (php_5_0_0RC4) + ZendEngine2/zend.c: + - Convert zend_class_entry -> zend_class_entry * + +2004-07-12 Christian Stocker <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * NEWS: @@ -5929,7 +6006,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1683 2004/07/12 00:32:48 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1684 2004/07/13 00:32:39 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>