changelog Fri Jan 18 01:31:46 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2930&r2=1.2931&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2930 php-src/ChangeLog:1.2931
--- php-src/ChangeLog:1.2930 Thu Jan 17 01:31:31 2008
+++ php-src/ChangeLog Fri Jan 18 01:31:44 2008
@@ -1,3 +1,125 @@
+2008-01-17 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ NEWS:
+ pcre 7.5 is in 5.2 branch as well
+
+2008-01-17 Greg Beaver <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ win32/build/confutils.js:
+ MFH: add errors when missing dependencies (Steph)
+
+2008-01-17 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/lib/tm2unixtime.c
+ ext/date/lib/tm2unixtime.c
+ ext/date/tests/bug41599.phpt:
+ - Fixed bug #41599 (setTime() fails after modify() is used).
+
+ * ext/date/tests/bug41599.phpt
+ ext/date/tests/bug41599.phpt:
+
+ - Fixed bug #41599 (setTime() fails after modify() is used).
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/lib/parse_date.c
+ ext/date/lib/parse_date.re
+ ext/date/tests/bug43075.phpt:
+ - MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).
+
+ * ext/date/lib/parse_date.c
+ ext/date/lib/parse_date.re
+ ext/date/tests/bug43075.phpt
+ ext/date/tests/bug43075.phpt:
+ - Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/php_date.c
+ ext/date/tests/bug43808.phpt:
+ - MFH: Fixed bug #43808 (date_create never fails (even when it should)).
+
+ * ext/date/php_date.c
+ ext/date/tests/bug43808.phpt
+ ext/date/tests/bug43808.phpt:
+ - Fixed bug #43808 (date_create never fails (even when it should)).
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/php_date.c
+ ext/date/php_date.c
+ ext/date/tests/bug43003.phpt:
+ - Fixed bug #43003 (Invalid timezone reported for DateTime objects
+ constructed
+ using a timestamp).
+
+ * ext/date/tests/bug43003.phpt
+ ext/date/tests/bug43003.phpt:
+
+ - Fixed bug #43003 (Invalid timezone reported for DateTime objects
+ constructed
+ using a timestamp).
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/php_date.c
+ ext/date/lib/parse_date.c
+ ext/date/tests/bug40743.phpt
+ ext/date/tests/bug42910.phpt
+ ext/date/tests/bug43527.phpt:
+ - MFH: Added support for abbreviation and offset based timezone
specifiers
+ for
+ DateTime::getOffset() and DateTime::getName().
+ - MFH: Fixed bug #43527 (DateTime created from a timestamp reports
+ environment
+ timezone).
+ - MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
+ invalidates DateTimeZone).
+
+ * ext/date/tests/bug40743.phpt
+ ext/date/tests/bug40743.phpt
+ ext/date/tests/bug42910.phpt
+ ext/date/tests/bug42910.phpt
+ ext/date/tests/bug43527.phpt
+ ext/date/tests/bug43527.phpt:
+
+ - Added support for abbreviation and offset based timezone specifiers for
+ DateTime::getOffset() and DateTime::getName().
+ - Fixed bug #43527 (DateTime created from a timestamp reports environment
+ timezone).
+ - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
+ invalidates
+ DateTimeZone).
+
+ * ext/date/php_date.c:
+ - Added support for abbreviation and offset based timezone specifiers for
+ DateTime::getOffset() and DateTime::getName().
+ - Fixed bug #43527 (DateTime created from a timestamp reports environment
+ timezone).
+ - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
+ invalidates
+ DateTimeZone).
+
+2008-01-17 Lukas Smith <[EMAIL PROTECTED]>
+
+ * README.MAILINGLIST_RULES:
+ - mention rfc 1855
+
+2008-01-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/dns.c:
+
+ MFB: Fixed bug #43871 (crash inside dns_get_record)
+
+ * (PHP_5_3)
+ ext/standard/dns.c:
+
+ Fixed bug #43871 (crash inside dns_get_record)
+
2008-01-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_2)