From: Date: Tue, 20 Jan 2004 01:32:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php_ibase_before_split~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=495860928a9a794e39a0ac854818b926900d622b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 016df2cdad..443673f3dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,149 @@ +2004-01-19 Frank M. Kromann + + * ext/simplexml/simplexml.c: + Fix compilation of simplexml when spl is build as shared object + +2004-01-19 Christian Stocker + + * ext/dom/xpath.c: + Fix leaks in dom_xpath_query (create retval only if requiered) by + Pierre-Alain + + * ext/dom/document.c: + fixes segfault, if file doesn't exist (by Pierre-Alain) + +2004-01-19 Marcus Boerger + + * (PHP_4_3) + makerpm: + Correct license + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + Fix a memleak + +2004-01-19 Jani Taskinen + + * (PHP_4_3) + NEWS + ext/standard/basic_functions.c: + - Fixed bug #26381 (rand() without srand() doesn't work with certain + php.ini) + + * ext/standard/basic_functions.c: + - Make sure srand() / mt_srand() are really called. + +2004-01-19 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * (PHP_4_3) + ext/standard/file.c: + MFH: Fixed bug #26967 (make various file operations return FALSE on error). + + * ext/standard/file.c: + Fixed bug #26967 (make various file operations return FALSE on error). + +2004-01-19 Christian Stocker + + * NEWS: + added missing dots.. + + * NEWS + ext/xsl/xsltprocessor.c: + Cosmetics and NEWS entry + +2004-01-19 Moriyoshi Koizumi + + * (PHP_4_3) + ext/mbstring/tests/mb_strlen.phpt: + - MFH(r-1.3): Turn off mbstring.func_overload as this test uses plain + strlen() + for comparison. + + * ext/mbstring/tests/mb_strlen.phpt: + - Turn off mbstring.func_overload as this test uses plain strlen() for + comparison. + +2004-01-19 Christian Stocker + + * ext/xsl/php_xsl.c + ext/xsl/php_xsl.h + ext/xsl/xsl_fe.h + ext/xsl/xsltprocessor.c: + without that method call, it is not allowed to call php functions from + xslt stylesheets for security reasons. + +2004-01-19 Martin Jansen + + * pear/PEAR.php: + - CS + +2004-01-19 Andi Gutmans + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.h: + - Hopefully fix bug #26696. + - Please let me know if hell-breaks loose + +2004-01-19 Zeev Suraski + + * (PHP_4_3) + Zend/zend_execute_API.c: + Backport fix for bug #21513 + +2004-01-19 Derick Rethans + + * NEWS: + - SPL lives now in ext/ + +2004-01-19 Ilia Alshanetsky + + * ext/standard/tests/file/fgetcsv.phpt: + + Added fgetcsv() tests. + +2004-01-19 Greg Beaver + + * pear/System.php: + fix -m argument to mkDir(). Conversion to octal was not being made, + and a string should never be passed into mkdir(). + + Thanks to Alex Hayes + +2004-01-19 Jani Taskinen + + * (PHP_4_3) + ext/standard/crypt.c + ext/standard/rand.c: + MFH: Moved php_srand() call into php_rand(). + + * ext/standard/crypt.c + ext/standard/rand.c: + - Moved php_srand() call into php_rand(). + + + * NEWS + NEWS: + BFN + + * (PHP_4_3) + NEWS + ext/standard/php_rand.h: + MFH: - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled) + + * ext/standard/php_rand.h: + - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled) + +2004-01-19 Marcus Boerger + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h: + Add zend_get_module_started() to quickly check whether a module is present + and its MINIT function has been called. + 2004-01-18 Marcus Boerger * ZendEngine2/zend_execute.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 24f56ed0da..d65c8389bd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2004-01-19 Andi Gutmans + + * zend_execute.c + zend_execute.h: + - Hopefully fix bug #26696. + - Please let me know if hell-breaks loose + +2004-01-19 Marcus Boerger + + * zend_API.c + zend_API.h: + Add zend_get_module_started() to quickly check whether a module is present + and its MINIT function has been called. + 2004-01-18 Marcus Boerger * zend_execute.h