History log of /PHP-7.2/ext/filter/logical_filters.c (Results 101 – 122 of 122)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 6e0af2f4 31-Dec-2006 Ilia Alshanetsky

Simplify code and change strchr() to memchr()


# 790b0b9e 30-Dec-2006 Ilia Alshanetsky

Fixes test #50


# 67583e7a 26-Dec-2006 Dmitry Stogov

Code review:
. fixed integer overflow
. fixed buffer overflow/underflow
. added more strict IP validation
. reimplemented float number validation


# 87ffae25 20-Dec-2006 Ilia Alshanetsky

fixed ZTS build


# ea491dba 20-Dec-2006 Ilia Alshanetsky

Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc).


# 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'.


12345