History log of /PHP-5.5/ext/filter/filter.c (Results 51 – 75 of 95)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 2caba309 04-Apr-2007 Pierre Joye

- #40947, allow a single filter as argument for filter_var_array


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


# 67583e7a 26-Dec-2006 Dmitry Stogov

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


Revision tags: php-5.2.1RC1
# 94e3f478 09-Dec-2006 Ilia Alshanetsky

Fixed handling of multiple cookies with the same name.
Added support for cookies into run-tests.php


# db7dad0b 08-Dec-2006 Ilia Alshanetsky

Fixed bug #39763 (magic quotes are applied twice by ext/filter in
parse_str())


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


1234