History log of /PHP-7.4/ext/filter/logical_filters.c (Results 126 – 141 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a9d0abf8 20-Dec-2006 Derick Rethans

- Fixed the validate email filter so that the letter "v" can also be used in
the user part of the email address. (Derick)


# a938d8e3 18-Dec-2006 Ilia Alshanetsky

Fixed bugs with trimming of spaces


# 93a606a1 17-Dec-2006 Hannes Magnusson

Fix build


# b75d079c 16-Dec-2006 Ilia Alshanetsky

Fixed bug #39846 (Invalid IPv4 treated as valid).


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6
# c5d68cd1 17-Oct-2006 Ilia Alshanetsky

Unify handling of return values on validation failure and var not found


# 0a3b663a 11-Oct-2006 Derick Rethans

- MFH: Change validating filters to return "null" on failure so that they can be
distinguised from the value "false" which might be valid as well.


Revision tags: php-5.2.0RC5
# 80cecdb4 03-Oct-2006 Ilia Alshanetsky

Refactor the filter extension
- Cleanup API
- Added handling for circular references
- Renamed functions.

# Original patch by Pierre


Revision tags: php-5.2.0RC4
# 6e2add04 14-Sep-2006 Ilia Alshanetsky

Make float filter handle things like 02.324 properly


Revision tags: php-5.2.0RC3
# 72820abd 31-Aug-2006 Pierre Joye

- MFH: pecl bug #8316,
empty strings are not int or float, return false (due to popular demand)


# 50e9994b 31-Aug-2006 Pierre Joye

- clean the auto trim (behaves like php_trim now)
- simplifies bool
- fix octal parsing
- boost int/hex/octal validate_int


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3
# 5317b705 29-Jul-2006 Pierre Joye

- #8315, flaot is affected too


# ab5c3f18 29-Jul-2006 Pierre Joye

- #8315, NULL character stops the validation


Revision tags: php-5.2.0RC1
# 083b1333 22-Jul-2006 Nuno Lopes

use const keyword where possible


# d6c2c283 20-Jul-2006 Pierre Joye

- make boolean logical filter works like int/float and php itself
- add more tests for boolean input


# f61572e6 19-Jul-2006 Antony Dovgal

fix compile warnings


# 1b0a789a 05-Jul-2006 SVN Migration

This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.


123456