summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2007-03-22 01:31:06 +0000
committer <changelog@php.net>2007-03-22 01:31:06 +0000
commita8d4058303778e92e6f8215237ed94d0d416be96 (patch)
treeee0a884aec5bb9f635175dedc44e3b47aa95b04c
parent4d5ac8e9cf28c0d387232b8031d2e13c3b0c048d (diff)
downloadphp-git-a8d4058303778e92e6f8215237ed94d0d416be96.tar.gz
ChangeLog update
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a7b5194c5..84cbc4ce82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2007-03-21 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * (PHP_4_4)
+ sapi/cli/getopt.c
+ sapi/cli/getopt.c:
+ - MFH Fix issue with long form of command line switches
+
+ * sapi/cli/getopt.c:
+ - Fix issue with long form of command line switches
+
+2007-03-21 Derick Rethans <php@derickrethans.nl>
+
+ * (PHP_5_2)
+ ext/date/lib/parse_date.c
+ ext/date/lib/parse_date.re:
+ - Revert this patch, as the code was incorrect.
+ - It was also not committed to HEAD.
+
+2007-03-21 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/date/tests/bug40861.phpt
+ ext/date/tests/bug40861.phpt:
+
+ file bug40861.phpt was initially added on branch PHP_5_2.
+
+ * (PHP_5_2)
+ NEWS
+ ext/date/lib/parse_date.c
+ ext/date/lib/parse_date.re:
+
+ Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).
+
2007-03-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_2)