]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 15 Apr 2005 00:39:27 +0000 (00:39 +0000)
committer <changelog@php.net> <>
Fri, 15 Apr 2005 00:39:27 +0000 (00:39 +0000)
ChangeLog

index c652b7cb55fca3e7e41226fa753459dda0ef2c03..efe4778ec393e34820bdf8effc85e1a5e274b7cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2005-04-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/standard/url_scanner_ex.c
+      ext/standard/url_scanner_ex.c
+      ext/standard/url_scanner_ex.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.c:
+      - Regenerated with re2c 0.9.6 (fixes severe bugs)
+
+    * ext/odbc/config.m4
+      ext/odbc/php_odbc.h:
+      - Add support for latest Birdstep
+
+2005-04-14  Andrey Hristov  <php@hristov.com>
+
+    * ext/skeleton/skeleton.php:
+      - don't use short tag
+      - detect CLI binary and don't print &lt ;br &lt; in this case
+
+2005-04-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_4_3)
+      ext/calendar/calendar.c:
+      MFH: Fixes & cleanup + some minor new features
+
+2005-04-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/datetime.c
+      ext/standard/datetime.h
+      ext/standard/parsedate.y
+      ext/standard/php_parsedate.h:
+      MFB43: Fixed bug #31583 (php_std_date() uses short day names in
+      non-y2k_compliance mode).
+      Fixed bug #31689 (PHPAPI missing for php_std_date() and php_parse_date()).
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/datetime.c:
+      MFB43: Fixed bug #31583 (php_std_date() uses short day names in
+      non-y2k_compliance mode).
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/datetime.c:
+      Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
+      mode).
+      
+      Patch by: mike at php dot net
+
 2005-04-13  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/calendar/calendar.c: