diff --git a/ChangeLog b/ChangeLog index 0f96fc7a748..df784b0d535 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2006-02-12 Marcus Boerger + + * (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 + + * (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 * (PHP_5_1)