From: Date: Mon, 6 Jul 2009 01:33:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35e15dee92a0aac5f2b31689ec0a4ff8dc961459;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c47da32c6c..33ff9c2a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2009-07-05 Ilia Alshanetsky + + * ext/filter/logical_filters.c + ext/filter/tests/016.phpt: + + MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in + domain components). + + * (PHP_5_3) + NEWS + ext/filter/logical_filters.c + ext/filter/tests/016.phpt: + MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in + domain + components). + + * (PHP_5_2) + NEWS + ext/filter/logical_filters.c + ext/filter/tests/016.phpt: + + Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain + components). + +2009-07-05 Zoe Slattery + + * ext/spl/tests/bug42364.phpt + ext/spl/tests/bug42364.phpt + ext/spl/tests/bug42364.phpt: + fix test + 2009-07-04 Felipe Pena * (PHP_5_3)