[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 016.phpt

2009-07-06 Thread Ilia Alshanetsky
iliaa Tue Jul 7 00:44:26 2009 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 016.phpt Log: MFB: Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mail syntaxes)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 016.phpt

2009-07-05 Thread Ilia Alshanetsky
iliaa Sun Jul 5 16:08:15 2009 UTC Modified files: /php-src/ext/filter/tests 016.phpt /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain components).

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests bug46973.phpt

2009-06-10 Thread Felipe Pena
felipe Wed Jun 10 19:00:54 2009 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests bug46973.phpt Log: - Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests bug47745.phpt

2009-03-31 Thread Dmitry Stogov
dmitry Tue Mar 31 10:02:51 2009 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests bug47745.phpt Log: Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2009-03-31 Thread Matt Wilmas
mattwil Tue Mar 31 11:20:31 2009 UTC Modified files: /php-src/ext/filter logical_filters.c Log: - Removed unused LONG_SIGN_MASK definition, and a stray \ - Changed sign flag to int (it's no longer being used in a calculation)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2009-03-25 Thread Ilia Alshanetsky
iliaa Wed Mar 25 18:52:09 2009 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2009-03-08 Thread Ilia Alshanetsky
iliaa Sun Mar 8 18:21:30 2009 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.33r2=1.34diff_format=u

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2009-02-23 Thread Ilia Alshanetsky
iliaa Mon Feb 23 16:52:45 2009 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6 addresses in the filter extension)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 016.phpt

2009-02-02 Thread Ilia Alshanetsky
iliaa Mon Feb 2 23:51:19 2009 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 016.phpt Log: MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses as invalid)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests bug46973.phpt

2008-12-31 Thread Felipe Pena
felipe Wed Dec 31 15:00:55 2008 UTC Added files: /php-src/ext/filter/tests bug46973.phpt Modified files: /php-src/ext/filter logical_filters.c Log: - Fixed bug #46973 (IPv6 address filter rejects valid address)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2008-10-20 Thread Ilia Alshanetsky
iliaa Mon Oct 20 23:23:53 2008 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #46343 (IPv6 address filter accepts invalid address) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.28r2=1.29diff_format=u

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests bug44445.phpt

2008-03-18 Thread Ilia Alshanetsky
iliaa Tue Mar 18 23:32:56 2008 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests bug5.phpt Log: MFB: Bug #5 (email validator does not handle domains starting/ending with a -)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /sapi/cgi cgi_main.c

2007-05-28 Thread Ilia Alshanetsky
iliaa Tue May 29 00:01:14 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c /php-src/ext/filter logical_filters.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.323r2=1.324diff_format=u Index: php-src/sapi/cgi/cgi_main.c

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2006-12-31 Thread Ilia Alshanetsky
iliaa Sun Dec 31 22:47:27 2006 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Simplify code and change strchr() to memchr() http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.23r2=1.24diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2006-12-29 Thread Ilia Alshanetsky
iliaa Sat Dec 30 01:56:33 2006 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixes test #50 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.22r2=1.23diff_format=u Index: php-src/ext/filter/logical_filters.c

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 015.phpt 033.phpt

2006-12-20 Thread Ilia Alshanetsky
iliaa Wed Dec 20 19:20:22 2006 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 015.phpt 033.phpt Log: MFB: Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc).

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2006-12-17 Thread Hannes Magnusson
bjori Sun Dec 17 12:02:19 2006 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.16r2=1.17diff_format=u Index: php-src/ext/filter/logical_filters.c diff -u

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests bug39846.phpt

2006-12-16 Thread Ilia Alshanetsky
iliaa Sat Dec 16 21:48:21 2006 UTC Modified files: /php-src/ext/filter/tests bug39846.phpt /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #39846 (Invalid IPv4 treated as valid).

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2006-10-22 Thread Ilia Alshanetsky
iliaa Sun Oct 22 22:24:33 2006 UTC Modified files: /php-src/ext/filter logical_filters.c Log: Removed unused var http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.14r2=1.15diff_format=u Index: php-src/ext/filter/logical_filters.c diff

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 031.phpt 034.phpt bug8315.phpt filter_data.phpt

2006-10-11 Thread Derick Rethans
derick Wed Oct 11 14:48:33 2006 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 010.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests bug7715.phpt

2006-09-14 Thread Ilia Alshanetsky
iliaa Thu Sep 14 17:48:11 2006 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests bug7715.phpt Log: MFB: Make float filter handle things like 02.324 properly

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 010.phpt 013.phpt filter_data.phpt

2006-08-31 Thread Pierre-Alain Joye
pajoye Thu Aug 31 18:28:39 2006 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 010.phpt 013.phpt filter_data.phpt Log: - pecl bug #8316, empty strings are not int or float, return false (due to popular demand)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests bug8315.phpt

2006-07-29 Thread Pierre-Alain Joye
pajoye Sat Jul 29 12:46:16 2006 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests bug8315.phpt Log: - MFH: #8315, float is affected too

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c package.xml /ext/filter/tests bug8315.phpt

2006-07-28 Thread Pierre-Alain Joye
pajoye Sat Jul 29 01:27:47 2006 UTC Modified files: /php-src/ext/filter logical_filters.c package.xml /php-src/ext/filter/tests bug8315.phpt Log: - MFH: #8315, NULL character stops the validation

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 034.phpt

2006-07-20 Thread Pierre-Alain Joye
pajoye Thu Jul 20 13:03:02 2006 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 034.phpt Log: - MFB: - make boolean logical filter works like int/float and php itself - add more tests for boolean input