History log of /PHP-7.3/ext/filter/logical_filters.c (Results 76 – 100 of 133)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16
# e90265ac 12-Dec-2010 Ilia Alshanetsky

Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).


# fbe4532b 12-Dec-2010 Ilia Alshanetsky

Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).


# c6bbf9ee 12-Dec-2010 Ilia Alshanetsky

Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)


# c1e9f628 12-Dec-2010 Ilia Alshanetsky

Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)


Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# c3557ba3 08-Nov-2010 Gustavo André dos Santos Lopes

- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6

- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
addresses and ::).

show more ...


# 33af99cb 08-Nov-2010 Gustavo André dos Santos Lopes

- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6

- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
addresses and ::).

show more ...


# 1ac0c558 27-Sep-2010 Adam Harvey

Fix bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large
amount of data).


# 2d4c7b40 27-Sep-2010 Adam Harvey

Fix bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large
amount of data).


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 42bc0de9 02-Apr-2010 Rasmus Lerdorf

Fix tests


# 97442841 02-Apr-2010 Rasmus Lerdorf

Fix tests


# fcbb8e96 02-Apr-2010 Rasmus Lerdorf

Update the FILTER_VALIDATE_EMAIL filter to fix bug #49576


# 6d77506c 02-Apr-2010 Rasmus Lerdorf

Update the FILTER_VALIDATE_EMAIL filter to fix bug #49576


# 1c26f48b 31-Mar-2010 Rasmus Lerdorf

Fix FILTER_VALIDATE_URL - Host names can't start with '.' or '-'


# b529350d 31-Mar-2010 Rasmus Lerdorf

Fix FILTER_VALIDATE_URL - Host names can't start with '.' or '-'


# db01920a 06-Mar-2010 Raphael Geissert

Detect overflows before they occur in the filter extension (bug #51023)
Thanks to Sean Finney for the patch


Revision tags: php-5.3.2
# 0efe78a5 03-Mar-2010 Adam Harvey

Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-'). Original patch by solar@azrael.ws.


Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


# c2296af6 24-Dec-2009 Ilia Alshanetsky

Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1
# 8b456901 15-Nov-2009 Felipe Pena

- Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
(Patch by Pierrick)


Revision tags: php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 52059160 16-Jul-2009 Felipe Pena

- MFH: Fixed bug #48762 (IPv6 address filter still rejects valid address)


# 0e05af63 07-Jul-2009 Ilia Alshanetsky

MFB: Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mail
syntaxes)


# dac8acd1 05-Jul-2009 Ilia Alshanetsky

MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain
components).


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2
# 8da7275f 10-Jun-2009 Felipe Pena

- MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)


Revision tags: php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# f75fff5e 31-Mar-2009 Matt Wilmas

- MFH: Removed unused LONG_SIGN_MASK definition, and a stray \
- Changed sign flag to int (it's no longer being used in a calculation)


123456