changelog Sat May 3 01:31:47 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3034&r2=1.3035&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3034 php-src/ChangeLog:1.3035
--- php-src/ChangeLog:1.3034 Fri May 2 01:31:43 2008
+++ php-src/ChangeLog Sat May 3 01:31:46 2008
@@ -1,3 +1,89 @@
+2008-05-02 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/reflection/config.m4
+ ext/reflection/config.m4:
+ fix build
+
+2008-05-02 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/php_date.c:
+ - MFH: Fixed an issue in date() where a : was printed for the O modifier
+ after
+ a P modifier was used.
+
+ * ext/date/php_date.c
+ ext/date/php_date.c:
+ - Fixed an issue in date() where a : was printed for the O modifier
after a
+ P
+ modifier was used.
+
+ * TSRM/tsrm_virtual_cwd.h:
+ - More coffee required...
+
+2008-05-02 Elizabeth Marie Smith <[EMAIL PROTECTED]>
+
+ * ext/pcre/config.w32
+ ext/reflection/config.w32
+ ext/spl/config.w32:
+ MFB
+
+2008-05-02 Derick Rethans <[EMAIL PROTECTED]>
+
+ * TSRM/tsrm_virtual_cwd.h:
+ - MF53: fix for bug #44870: rename() on directory deletes same named
file.
+ (Patch by Pierre)
+
+ * (PHP_5_3)
+ TSRM/tsrm_virtual_cwd.h:
+ - Fix for bug #44870: rename() on directory deletes same named file.
(Patch
+ by
+ Pierre)
+
+2008-05-02 Elizabeth Marie Smith <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/pcre/config.w32
+ ext/reflection/config.w32
+ ext/spl/config.w32:
+ Fix reflection (always static, never shared) and disable turning off pcre
+ and spl (also always static, never shared)
+
+2008-05-02 Lars Strojny <[EMAIL PROTECTED]>
+
+ * ext/reflection/config.m4
+ ext/reflection/config.m4
+ ext/reflection/config.w32
+ ext/reflection/config.w32:
+ Hard enabling it for Windows, readding define for UNIX [DOC]
+
+ * ext/reflection/config.m4:
+ Hard enabling ext/reflection on UNIX too [DOC]
+
+ * (PHP_5_3)
+ ext/reflection/config.m4:
+ Hard enabling ext/reflection on UNIX too [DOC]
+
+2008-05-02 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/date/php_date.c
+ ext/date/php_date.h
+ ext/date/lib/tm2unixtime.c:
+ - MFH: Added DateInterval::createFromDateString() that creates an
interval
+ from the relative parts of a date/time string.
+ - MFH: Fixed an issue where special relative bits were not applied.
+
+ * ext/date/php_date.c
+ ext/date/php_date.h
+ ext/date/lib/parse_date.c
+ ext/date/lib/parse_date.re
+ ext/date/lib/tm2unixtime.c:
+ - Added DateInterval::createFromDateString() that creates an interval
+ from the relative parts of a date/time string.
+ - Fixed an issue where special relative bits were not applied.
+
2008-05-01 Derick Rethans <[EMAIL PROTECTED]>
* (PHP_5_3)