summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2006-02-13 06:31:40 +0000
committer <changelog@php.net>2006-02-13 06:31:40 +0000
commit7e09f0686d3c91d451e54a403bcd94091e8109ff (patch)
treef961677e07bb0bd4c47037e2c05c639b269c117b
parent72c3fc6172df1210e65834c8e2760bd6a55c115e (diff)
downloadphp-git-7e09f0686d3c91d451e54a403bcd94091e8109ff.tar.gz
ChangeLog update
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f96fc7a74..df784b0d53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2006-02-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * (PHP_5_1)
+ run-tests.php:
+ - Synch
+
+ * run-tests.php:
+ - Reinsert line deleted per accident
+
+ * run-tests.php:
+ - Fix tests
+
+2006-02-12 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_4)
+ ext/standard/url.c:
+ MFH: Fixed bug #36351 (parse_url() does not parse numeric paths properly).
+
+ * ext/standard/url.c
+ ext/standard/tests/strings/url_t.phpt:
+ MFB51: Fixed bug #36351 (parse_url() does not parse numeric paths
+ properly).
+
+ * (PHP_5_1)
+ NEWS
+ ext/standard/url.c
+ ext/standard/tests/strings/url_t.phpt:
+ Fixed bug #36351 (parse_url() does not parse numeric paths properly).
+
2006-02-11 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_1)