changelog Fri Mar 26 20:32:27 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1579&r2=1.1580&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1579 php-src/ChangeLog:1.1580
--- php-src/ChangeLog:1.1579 Thu Mar 25 20:34:39 2004
+++ php-src/ChangeLog Fri Mar 26 20:32:27 2004
@@ -1,3 +1,123 @@
+2004-03-26 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/ming/ming.c:
+ Fix complation errors after convertion to new macro's
+
+2004-03-26 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/file.c:
+ Alignment fix
+
+2004-03-26 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * NEWS
+ ZendEngine2/zend_API.c
+ ZendEngine2/zend_compile.c:
+ Force destructors to have empty signatures
+
+2004-03-26 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c:
+ Correct that name
+
+2004-03-26 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c:
+ let inf be generated by INF constant (thanks to Wez)
+
+2004-03-26 Derick Rethans <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/standard/string.c
+ ext/standard/tests/strings/bug27675.phpt:
+ BugFix 27675 and add regression test.
+
+2004-03-26 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ - Fix build (thanks to Timm)
+
2004-03-25 Marcus Boerger <[EMAIL PROTECTED]>
* ext/standard/url_scanner_ex.c:
@@ -517,7 +637,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1579 2004/03/26 01:34:39
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1580 2004/03/27 01:32:27
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>