History log of /PHP-5.5/ext/filter/filter.c (Results 26 – 50 of 95)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# febee112 21-Apr-2010 Kalle Sommer Nielsen

Removed register_globals


# b47136d3 20-Apr-2010 Adam Harvey

Added explanatory comments to filter_input and filter_input_array to document
why some code that looks intuitively wrong is actually correct. Related to
bug #51344 (FILTER_NULL_ON_FAILURE fla

Added explanatory comments to filter_input and filter_input_array to document
why some code that looks intuitively wrong is actually correct. Related to
bug #51344 (FILTER_NULL_ON_FAILURE flag automatically set in filter_input()
functions).

show more ...


# afa10453 20-Apr-2010 Adam Harvey

Added explanatory comments to filter_input and filter_input_array to document
why some code that looks intuitively wrong is actually correct. Related to
bug #51344 (FILTER_NULL_ON_FAILURE fla

Added explanatory comments to filter_input and filter_input_array to document
why some code that looks intuitively wrong is actually correct. Related to
bug #51344 (FILTER_NULL_ON_FAILURE flag automatically set in filter_input()
functions).

show more ...


# a5304b13 15-Apr-2010 Kalle Sommer Nielsen

Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)


# a5b5743d 31-Mar-2010 Rasmus Lerdorf

full_special_chars filter from trunk - approved by johannes


# 4d75c644 31-Mar-2010 Rasmus Lerdorf

Added the full htmlspecialchars() functionality which includes utf-8
validation as a default filter.


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 299c4c43 03-Jan-2010 Ilia Alshanetsky

Fixed bug #50632 (filter_input() does not return default value if the variable does not exist)


# 9ba1e816 03-Jan-2010 Sebastian Bergmann

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


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


# 2be6de0a 07-Dec-2009 Ilia Alshanetsky

Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension.


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, 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
# 3dd3cbb6 05-Sep-2009 Pierre Joye

- fix #49274, filter_var does not accept object without a toString implementation


Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# 94b7a007 28-Apr-2009 Stanislav Malyshev

fix for #47930


# 2627e088 14-Apr-2009 Antony Dovgal

MFH: revert wrong fix for bug #47930


# d62333c7 13-Apr-2009 Stanislav Malyshev

fix #47930


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8
# e5e17578 06-Dec-2008 Scott MacVicar

MFB: Back out bugfix for #42718 as this broke magic_quotes_gpc


Revision tags: BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 517e365c 02-Nov-2008 Arnaud Le Blanc

MFH: Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as
default filter)


# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# ff83deb6 24-Jun-2008 Felipe Pena

- Added arginfo


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 84a8bb03 10-Mar-2008 Felipe Pena

MFH: New way for check void parameters


Revision tags: php-5.2.6RC2, php-5.2.6RC1
# 6a128d56 24-Feb-2008 Felipe Pena

MFB: Fixed segfault in filter extension when using callbacks.


Revision tags: RELEASE_1_3_1
# d2b77f5c 06-Feb-2008 Jani Taskinen

MFH:- Fixed bug in handling arrays which caused the original array being modified too.


# 00e7f907 25-Jan-2008 Nuno Lopes

const more 216 bytes (on a 32-bits host)


1234