History log of /PHP-5.5/ext/filter/filter.c (Results 76 – 95 of 95)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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()


Revision tags: php-4.4.3
# 4c2d752f 27-Jul-2006 Ilia Alshanetsky

Fixed a bug in the filter extension that prevented magic_quotes_gpc from
being applied when RAW filter is used.


# e5f71c36 25-Jul-2006 Antony Dovgal

MFH: check g_hash for NULL before resetting it


Revision tags: php-5.2.0RC1
# 60b2f497 24-Jul-2006 Ilia Alshanetsky

Fixed compiler warning.


# 083b1333 22-Jul-2006 Nuno Lopes

use const keyword where possible


# 3ce212cc 22-Jul-2006 Pierre Joye

- silent compiler warnings (char/unsigned char)


# 0714c1a3 22-Jul-2006 Pierre Joye

- api shake #1, parse_pararameter has to be changed too


# 697f4e1f 22-Jul-2006 Pierre Joye

- API Shake up #1, use input type as first argument in input_get_args
(INPUT_GET/POST)


# 4e8a4a42 19-Jul-2006 Antony Dovgal

MFH: increase refcount when adding zval to the result array


# f61572e6 19-Jul-2006 Antony Dovgal

fix compile warnings


# 1b0a789a 05-Jul-2006 SVN Migration

This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE
# 4571221d 08-Aug-2005 SVN Migration

This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.


Revision tags: RELEASE_2_0_0, RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# e56660a1 19-May-2005 Rasmus Lerdorf

Correct handling of the UNSAFE_RAW filter


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 06aede5b 23-Feb-2005 Rasmus Lerdorf

Filter skeleton code. No actual filters yet.


1234