Ilia Alshanetsky
|
df377868bd
|
Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).
|
2009-09-07 02:35:25 +00:00 |
|
Pierre Joye
|
2eaf8bf222
|
- useless #ifdef
|
2009-09-05 17:39:18 +00:00 |
|
Pierre Joye
|
b1f10764f9
|
- fix #49274, filter_var does not accept object without a toString implementation
|
2009-09-05 17:35:26 +00:00 |
|
Pierre Joye
|
f92a5aebe0
|
- let try to be smart, read the bug report....
|
2009-07-18 17:10:12 +00:00 |
|
Zoe Slattery
|
67711b4c9f
|
Adding explanation
|
2009-07-18 16:53:54 +00:00 |
|
Zoe Slattery
|
e9e1be0ce5
|
removing empty XFAIL sections
|
2009-07-18 16:39:35 +00:00 |
|
Felipe Pena
|
6147389d79
|
- Fixed bug #48762 (IPv6 address filter still rejects valid address)
|
2009-07-16 23:28:12 +00:00 |
|
Ilia Alshanetsky
|
0f4c418b98
|
MFB: Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mail
syntaxes)
|
2009-07-07 00:44:26 +00:00 |
|
Ilia Alshanetsky
|
0ecff0b45c
|
MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in
domain components).
|
2009-07-05 16:08:15 +00:00 |
|
Felipe Pena
|
c3b2427610
|
- Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)
|
2009-06-10 19:00:54 +00:00 |
|
Andrei Zmievski
|
afa4e41c2f
|
Implement JIT request decoding support for $_GET and $_POST.
|
2009-05-23 18:03:27 +00:00 |
|
Stanislav Malyshev
|
de79c1eb6c
|
MF5 fix for #47930
|
2009-04-28 22:59:07 +00:00 |
|
Antony Dovgal
|
e4e782ca80
|
revert wrong fix for bug #47930
|
2009-04-14 14:18:14 +00:00 |
|
Stanislav Malyshev
|
821c37139d
|
fix #47930
|
2009-04-13 19:24:52 +00:00 |
|
Pierre Joye
|
8169cc498b
|
- remove last test for MAX_INT, did not work on x64 and this case is covered by bug47745.phpt
|
2009-03-31 18:00:33 +00:00 |
|
Matt Wilmas
|
029b61b05e
|
- Removed unused LONG_SIGN_MASK definition, and a stray \
- Changed sign flag to int (it's no longer being used in a calculation)
|
2009-03-31 11:20:31 +00:00 |
|
Dmitry Stogov
|
7dbbd25a14
|
Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
|
2009-03-31 10:02:51 +00:00 |
|
Scott MacVicar
|
1168bff791
|
Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.
|
2009-03-30 00:41:01 +00:00 |
|
Ilia Alshanetsky
|
cec31bc5cc
|
MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses)
|
2009-03-25 18:52:08 +00:00 |
|
Marcus Boerger
|
d4f5b3f0a9
|
- This is PHP 6 - if this ... ever gets out
|
2009-03-10 23:40:06 +00:00 |
|
Ilia Alshanetsky
|
3bb904414d
|
MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware)
|
2009-03-08 18:21:30 +00:00 |
|
Ilia Alshanetsky
|
ed863d64e8
|
MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
addresses in the filter extension)
|
2009-02-23 16:52:45 +00:00 |
|
Ilia Alshanetsky
|
3515b68ffa
|
MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email
addresses as invalid)
|
2009-02-02 23:51:19 +00:00 |
|
Arnaud Le Blanc
|
2c0bbb81d7
|
XFAIL test
|
2009-01-08 18:58:22 +00:00 |
|
Felipe Pena
|
d23d2f358c
|
- Fixed tests
|
2009-01-05 17:53:53 +00:00 |
|
Felipe Pena
|
6328804530
|
- Fixed bug #46973 (IPv6 address filter rejects valid address)
|
2008-12-31 15:00:55 +00:00 |
|
Sebastian Bergmann
|
7f4dc8702a
|
Bump copyright year, 3 of 3.
|
2008-12-31 11:12:40 +00:00 |
|
Felipe Pena
|
43791516db
|
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)
|
2008-11-17 11:26:25 +00:00 |
|
Arnaud Le Blanc
|
1931b7cb3b
|
Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as
default filter)
|
2008-11-02 22:03:32 +00:00 |
|
Felipe Pena
|
e006a89e71
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:10:13 +00:00 |
|
Felipe Pena
|
7eb2715464
|
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:34:17 +00:00 |
|
Ilia Alshanetsky
|
42e1ad7421
|
MFB: Fixed bug #46343 (IPv6 address filter accepts invalid address)
|
2008-10-20 23:23:53 +00:00 |
|
Felipe Pena
|
611ecc5111
|
- Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:40:45 +00:00 |
|
Arnaud Le Blanc
|
6688c798e1
|
Allow filters to work on INPUT_SERVER in CLI (bug #44779)
|
2008-07-24 09:11:48 +00:00 |
|
Dmitry Stogov
|
0cfa6a5977
|
support for closures
|
2008-07-17 09:52:51 +00:00 |
|
Felipe Pena
|
97a2917cad
|
MFB: Added arginfo
|
2008-06-24 12:10:35 +00:00 |
|
Felipe Pena
|
7504d57043
|
- Fixed tests (unicode results, UEXPECT, line endings)
|
2008-06-13 00:18:57 +00:00 |
|
Steph Fox
|
4be7f4aecd
|
- killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
|
2008-05-27 18:16:04 +00:00 |
|
Felipe Pena
|
4ec4c5c77f
|
- Fixed test
|
2008-04-15 18:59:27 +00:00 |
|
Ilia Alshanetsky
|
8c039bd8cc
|
MFB: Bug #44445 (email validator does not handle domains starting/ending
with a -)
|
2008-03-18 23:32:56 +00:00 |
|
Felipe Pena
|
2818d4fc51
|
New way for check void parameters
|
2008-03-04 23:39:15 +00:00 |
|
Felipe Pena
|
dbf4e3cab9
|
New test
|
2008-02-24 18:50:14 +00:00 |
|
Felipe Pena
|
4707350eed
|
MFB: Fixed segfault in filter extension when using callbacks.
|
2008-02-24 18:42:09 +00:00 |
|
Jani Taskinen
|
ff77e247d4
|
- Add test for the "modifying original array" bug
|
2008-02-06 19:13:10 +00:00 |
|
Jani Taskinen
|
f96e514a83
|
ws
|
2008-02-06 19:06:05 +00:00 |
|
Jani Taskinen
|
42b69fc802
|
- Fixed bug in handling arrays which caused the original array being modified too.
|
2008-02-06 19:05:18 +00:00 |
|
Nuno Lopes
|
d2a2269f55
|
MFB: const keywording
|
2008-01-25 20:21:18 +00:00 |
|
Nuno Lopes
|
1dc0e94e0f
|
MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
|
2008-01-03 16:18:29 +00:00 |
|
Sebastian Bergmann
|
9b620d50b4
|
Bump copyright year, 2 of 2.
|
2007-12-31 07:12:20 +00:00 |
|
Jani Taskinen
|
0e711aed8c
|
- Fix compiler warnings
|
2007-09-28 12:54:42 +00:00 |
|