History log of /PHP-7.4/ext/filter/logical_filters.c (Results 76 – 100 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f020659d 24-May-2011 Felipe Pena

- Fix logic, it must check for both flags (as says the comment in the code) (bug #54912)


# 708017dd 24-May-2011 Felipe Pena

- Fix logic, it must check for both flags (as says the comment in the code) (bug #54912)


# bed49c93 24-May-2011 Felipe Pena

- Fixed bug #54912 (filter/logical_filters.c:685:32: warning: use of logical || with constant op)
Initial patch by: crrodriguez at opensuse dot org


# b28294ac 24-May-2011 Felipe Pena

- Fixed bug #54912 (filter/logical_filters.c:685:32: warning: use of logical || with constant op)
Initial patch by: crrodriguez at opensuse dot org


# 04d0210c 24-May-2011 Felipe Pena

- Fixed bug #54912 (filter/logical_filters.c:685:32: warning: use of logical || with constant op)
Initial patch by: crrodriguez at opensuse dot org


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 266084e8 23-Jan-2011 Ilia Alshanetsky

Fixed compiler warning


# 9c29975e 23-Jan-2011 Ilia Alshanetsky

Fixed compiler warning


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


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


123456