From: Date: Tue, 16 Mar 2004 01:32:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC1RC2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b2f56275a1218085456b606b4190e048599b625;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 65bf817b16..a6df370c57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2004-03-15 Jay Smith + + * (PHP_4_3) + NEWS + ext/standard/browscap.c: + MFH: Fixed bug #27291 (get_browser matches browscap.ini patterns + incorrectly). + + * NEWS + ext/standard/browscap.c: + Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). + +2004-03-15 Marcus Boerger + + * ext/pgsql/pgsql.c + ext/pgsql/tests/22pg_fetch_object.phpt: + Keep BC of pg_fetch_object + + * NEWS + ext/pgsql/pgsql.c + ext/pgsql/tests/80_bug27597.phpt: + Bugfix #27597 pg_fetch_array not returning false . + +2004-03-15 Frank M. Kromann + + * (PHP_4_3) + ext/mssql/php_mssql.c: + MFH: Fix for #27594. Comuted columns does not return a column source + + * ext/mssql/php_mssql.c: + Fix for #27594. Comuted columns does not return a column source + +2004-03-15 Rasmus Lerdorf + + * NEWS: + Missing NEWS entries + + * (PHP_4_3) + NEWS: + Forgot to add NEWS entries for these + +2004-03-15 Andi Gutmans + + * ZendEngine2/zend_operators.c: + - Restore E_NOTICE for longs and doubles. + +2004-03-15 Jon Parise + + * (PHP_4_3) + NEWS + ext/standard/info.c: + MFH 1.243: + + Fixed crash in php_ini_scanned_files() when no additional INI files were + actually parsed. + +2004-03-15 Jani Taskinen + + * (PHP_4_3) + NEWS: + BFN + + * (PHP_4_3) + Zend/zend.h: + MFH: - Fixed bug #24582 (extensions can not be loaded dynamically in + Solaris/iPlanet) + + * ZendEngine2/zend.h: + - Fixed bug #24582 (extensions can not be loaded dynamically in + Solaris/iPlanet) + + * ext/xml/tests/bug26614.phpt: + - Fix test (wrong expected result..) + +2004-03-15 Andi Gutmans + + * ZendEngine2/zend_operators.c: + - Nuke E_NOTICE. This caused a notice when doing if ($obj == NULL) + +2004-03-15 Zeev Suraski + + * (PHP_4_3) + win32/php4dllts.dsp: + Add misisng library path + +2004-03-15 Adam Dickmeiss + + * ext/yaz/php_yaz.c: + Use MAKE_STD_ZVAL instead of ALLOC_ZVAL + +2004-03-15 Jon Parise + + * NEWS + ext/standard/info.c: + Fixed crash in php_ini_scanned_files() when no additional INI files were + actually parsed. + + I'll merge this into the PHP_4_3 branch as soon as I receive permission + from the release master. + +2004-03-15 Sebastian Bergmann + + * (php_5_0_0RC1RC1) + NEWS: + Fugbix typo. + 2004-03-14 Marcus Boerger * main/main.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2571aa4425..296092eecd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2004-03-15 Andi Gutmans + + * zend_operators.c: + - Restore E_NOTICE for longs and doubles. + +2004-03-15 Jani Taskinen + + * zend.h: + - Fixed bug #24582 (extensions can not be loaded dynamically in + Solaris/iPlanet) + +2004-03-15 Andi Gutmans + + * zend_operators.c: + - Nuke E_NOTICE. This caused a notice when doing if ($obj == NULL) + 2004-03-14 Marcus Boerger * zend_builtin_functions.c: