History log of /PHP-5.4/ext/filter/filter.c (Results 51 – 75 of 88)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b32bf963 08-Dec-2006 Antony Dovgal

revert the fix for #39763


# 6b8526ef 07-Dec-2006 Antony Dovgal

MFH: fix #39763 (magic quotes are applied twice by ext/filter)


# 33f9ada0 05-Dec-2006 Pierre Joye

- MFH: invalid filter id should not return unsafe values


# bff08d46 04-Dec-2006 Pierre Joye

- default filter is not string anymore (in comment)
- WS and error msg sync with head


# 5f2562e9 04-Dec-2006 Pierre Joye

- MFH: init tmp var


# b6bdd449 03-Dec-2006 Ilia Alshanetsky

Added "default" option that allows a default value to be set for an invalid
or missing value.


# c301119f 13-Nov-2006 Antony Dovgal

MFH: improve the fix and the test


# 69e0c845 13-Nov-2006 Antony Dovgal

MFH


# f06762b3 10-Nov-2006 Ilia Alshanetsky

Fixed pecl bug #9179 (phpversion("filter") shows wrong version).


Revision tags: 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


# 3890ca3f 09-Oct-2006 Ilia Alshanetsky

Improve parameter parsing


Revision tags: php-5.2.0RC5
# 78838144 04-Oct-2006 Pierre Joye

- wrong definition


# c67068b5 03-Oct-2006 Ilia Alshanetsky

Shoehorn myself into the credits.


# f876d0bf 03-Oct-2006 Ilia Alshanetsky

Fixed handling of FILTER_FORCE_ARRAY


# a7ccaa5e 03-Oct-2006 Pierre Joye

- vi folding, ws


# e7b80e83 03-Oct-2006 Michael Wallner

- fix (ZTS) build


# 80cecdb4 03-Oct-2006 Ilia Alshanetsky

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

# Original patch by Pierre


# 91c1a54d 19-Sep-2006 Ilia Alshanetsky

make input_get_args() not modify the original values.


Revision tags: php-5.2.0RC4
# 7a530659 14-Sep-2006 Antony Dovgal

separate zval only when needed (fixes 035.phpt and doesn't affect SAPI filtering)


# ebbfc21a 12-Sep-2006 Derick Rethans

- Make passing filter flags as LONG work again.
- Make super globals filtering work again (as quick workaround).
#- Will merge to head later... need to get things sorted out first.


Revision tags: php-5.2.0RC3
# 23919d91 31-Aug-2006 Pierre Joye

- MFH


# 5d81cd24 31-Aug-2006 Antony Dovgal

MFH


# 94b3210c 31-Aug-2006 Antony Dovgal

ext/filter z/Z fixes


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
# 23a7a275 07-Aug-2006 Ilia Alshanetsky

Removed extra byte


# 60ea962a 03-Aug-2006 Antony Dovgal

fix leak in php_sapi_filter()


1234