rasmus Mon, 23 Nov 2009 14:54:57 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=291212
Log: When Ilia fixed bug #49470 and removed the '/' as a valid email char, he forgot to make the corresponding change in filter test 033. Bug: http://bugs.php.net/49470 (Closed) FILTER_SANITIZE_EMAIL does not work Changed paths: U php/php-src/branches/PHP_5_2/ext/filter/tests/033.phpt U php/php-src/branches/PHP_5_3/ext/filter/tests/033.phpt U php/php-src/trunk/ext/filter/tests/033.phpt Modified: php/php-src/branches/PHP_5_2/ext/filter/tests/033.phpt =================================================================== --- php/php-src/branches/PHP_5_2/ext/filter/tests/033.phpt 2009-11-23 14:48:00 UTC (rev 291211) +++ php/php-src/branches/PHP_5_2/ext/filter/tests/033.phpt 2009-11-23 14:54:57 UTC (rev 291212) @@ -21,7 +21,7 @@ encoded PHP 1 foo%40bar.com http%3A%2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O%27Henry %ED%95%98%ED%8D%BC special_chars PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 unsafe_raw PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 -email PHP 1 [email protected] http//a.b.c 1.2.3.4 123 123abc O'Henry +email PHP 1 [email protected] httpa.b.c 1.2.3.4 123 123abc O'Henry url PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry number_int 1 1234 123 123 number_float 1 1234 123 123 Modified: php/php-src/branches/PHP_5_3/ext/filter/tests/033.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/filter/tests/033.phpt 2009-11-23 14:48:00 UTC (rev 291211) +++ php/php-src/branches/PHP_5_3/ext/filter/tests/033.phpt 2009-11-23 14:54:57 UTC (rev 291212) @@ -21,7 +21,7 @@ encoded PHP 1 foo%40bar.com http%3A%2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O%27Henry %ED%95%98%ED%8D%BC special_chars PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 unsafe_raw PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 -email PHP 1 [email protected] http//a.b.c 1.2.3.4 123 123abc O'Henry +email PHP 1 [email protected] httpa.b.c 1.2.3.4 123 123abc O'Henry url PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry number_int 1 1234 123 123 number_float 1 1234 123 123 Modified: php/php-src/trunk/ext/filter/tests/033.phpt =================================================================== --- php/php-src/trunk/ext/filter/tests/033.phpt 2009-11-23 14:48:00 UTC (rev 291211) +++ php/php-src/trunk/ext/filter/tests/033.phpt 2009-11-23 14:54:57 UTC (rev 291212) @@ -21,7 +21,7 @@ encoded PHP 1 foo%40bar.com http%3A%2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O%27Henry %ED%95%98%ED%8D%BC special_chars PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 unsafe_raw PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry 하퍼 -email PHP 1 [email protected] http//a.b.c 1.2.3.4 123 123abc O'Henry +email PHP 1 [email protected] httpa.b.c 1.2.3.4 123 123abc O'Henry url PHP 1 [email protected] http://a.b.c 1.2.3.4 123 123abc<>() O'Henry number_int 1 1234 123 123 number_float 1 1234 123 123
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
