From: Date: Sat, 27 Mar 2004 01:32:30 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC1~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78900ab0f97c7a01744fd0e9fcade7b04dd14606;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d2577bad64..de6e09868a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,123 @@ +2004-03-26 Frank M. Kromann + + * ext/ming/ming.c: + Fix complation errors after convertion to new macro's + +2004-03-26 Marcus Boerger + + * NEWS + ext/sqlite/sqlite.c + ext/sqlite/tests/sqlite_oo_002.phpt + ext/sqlite/tests/sqlite_oo_003.phpt + ext/sqlite/tests/sqlite_oo_008.phpt + ext/sqlite/tests/sqlite_oo_009.phpt + ext/sqlite/tests/sqlite_oo_010.phpt + ext/sqlite/tests/sqlite_oo_011.phpt + ext/sqlite/tests/sqlite_oo_012.phpt + ext/sqlite/tests/sqlite_oo_013.phpt + ext/sqlite/tests/sqlite_oo_014.phpt + ext/sqlite/tests/sqlite_oo_015.phpt + ext/sqlite/tests/sqlite_oo_016.phpt + ext/sqlite/tests/sqlite_oo_020.phpt + ext/sqlite/tests/sqlite_oo_021.phpt + ext/sqlite/tests/sqlite_oo_024.phpt + ext/sqlite/tests/sqlite_oo_025.phpt + ext/sqlite/tests/sqlite_oo_026.phpt + ext/sqlite/tests/sqlite_oo_028.phpt + ext/sqlite/tests/sqlite_oo_029.phpt + ext/sqlite/tests/sqlite_oo_030.phpt + ext/sqlite/tests/sqlite_oo_031.phpt: + Change to studlyCaps convention + + * ext/ming/ming.c: + Use studlyCaps and new macros (that should be it) + +2004-03-26 Ard Biesheuvel + + * (PHP_4_3) + ext/standard/file.c: + Alignment fix + +2004-03-26 Marcus Boerger + + * NEWS + ZendEngine2/zend_API.c + ZendEngine2/zend_compile.c: + Force destructors to have empty signatures + +2004-03-26 Ard Biesheuvel + + * (PHP_4_3) + ext/standard/math.c: + MFH: Calculate pow(long,long) in a way that works on 64-bit platforms + +2004-03-26 Marcus Boerger + + * ext/standard/basic_functions.c: + Correct that name + +2004-03-26 Derick Rethans + + * (PHP_4_3) + ext/standard/tests/time/bug27719.diff + ext/standard/tests/time/bug27719.phpt + ext/standard/tests/time/bug27719.phpt: + - COmmit the test, not the diff + +2004-03-26 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + configure.in: + MFH: Fixed bug #27664 (--disable-cli doesn't force --without-pear). + + * configure.in: + Fixed bug #27664 (--disable-cli doesn't force --without-pear). + +2004-03-26 Marcus Boerger + + * ext/standard/basic_functions.c: + let inf be generated by INF constant (thanks to Wez) + +2004-03-26 Derick Rethans + + * ext/standard/tests/time/bug27719.diff + ext/standard/tests/time/bug27719.diff: + + file bug27719.diff was initially added on branch PHP_4_3. + +2004-03-26 Rasmus Lerdorf + + * ext/standard/datetime.c: + MFB: The 2am offset was a bad choice as this hour doesn't necessarily exist + on a DST switch. So use 4am instead. Fixes bug #27719 + + * (PHP_4_3) + ext/standard/datetime.c: + The 2am offset was a bad choice as this hour doesn't necessarily exist + on a DST switch. So use 4am instead. Fixes bug #27719 + +2004-03-26 Sara Golemon + + * ext/standard/string.c + ext/standard/tests/strings/bug27675.phpt: + BugFix 27675 and add regression test. + +2004-03-26 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * (PHP_4_3) + ext/curl/curl.c: + MFH: Fixes to allow curl extension to compile against libcurl 7.11.1 + +2004-03-26 Andi Gutmans + + * ZendEngine2/zend_execute.c: + - Fix build (thanks to Timm) + 2004-03-25 Marcus Boerger * ext/standard/url_scanner_ex.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3d06d7a8d9..b7c2d3128d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2004-03-26 Marcus Boerger + + * zend_API.c + zend_compile.c: + Force destructors to have empty signatures + +2004-03-26 Andi Gutmans + + * zend_execute.c: + - Fix build (thanks to Timm) + 2004-03-25 Derick Rethans * zend_language_scanner.l: