History log of /PHP-8.1/ext/standard/user_filters.c (Results 126 – 150 of 169)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
# 6f25b84a 04-Aug-2007 Sara Golemon

MFH(r-1.49)Bugfix#36492 Userfilters can leak buckets

Revision tags: 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, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1
# c313af32 01-Feb-2007 Antony Dovgal

MFH

Revision tags: php-4.4.5RC2, php-5.2.1RC4
# 49dbf804 25-Jan-2007 Rasmus Lerdorf

Fix typo

# 49c08238 25-Jan-2007 Ilia Alshanetsky

Added safety checks to the code

# ebd7c13e 19-Jan-2007 Antony Dovgal

MFH: fix #40168

Revision tags: php-5.2.1RC3
# 7ad1c3c5 15-Jan-2007 Antony Dovgal

MFH: add trailing '\0' to stream hashes

Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.

Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6
# 14b168fc 11-Oct-2006 Antony Dovgal

MFH: check filter and class names for empty strings

Revision tags: php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2
# 5326a8b2 26-Jun-2006 Hannes Magnusson

MFH: argument info for php_user_filter
Add tests

Revision tags: 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
# 7fbb54f5 30-Mar-2006 Antony Dovgal

nuke compile warning

Revision tags: php-5.1.3RC2
# 77acc692 28-Mar-2006 Ilia Alshanetsky

Fixed bug #36886 (User filters can leak buckets in some situations).

Revision tags: php-5.1.3RC1, RELEASE_1_2
# 5a69b290 26-Feb-2006 Marcus Boerger

- Warning fixes by Steph

Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version

Revision tags: 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, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year

Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1
# ba93fc60 12-Jun-2005 Ilia Alshanetsky

Removed unused var.

Revision tags: php-5.1.0b1, php-5.0.1b1
# 4c0970be 09-Jun-2005 Dmitry Stogov

Fixed reference counting and probable crash on fclose() or shutdown

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, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# a2c24ae9 21-Jun-2004 Sara Golemon

BugFix#28868 (Part Two): This fixes thread unsafety in the userspace
filters which relates to the fix just applied for userspace wrappers.

Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 0dae58bb 06-May-2004 Sara Golemon

Bugfix #28300 Userspace stream/filter names don't need to be lowercased.

# 0180c369 05-May-2004 Sara Golemon

BugFix#28287 stream_*_register() not calling __autoload().

Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1
# ad4755e2 10-Apr-2004 Marcus Boerger

studlyCaps

Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 9e5df0c6 17-Jan-2004 Andrey Hristov

HEAD is now bundled only with ZE2

Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 70f4a0c9 29-Oct-2003 Sara Golemon

Allow userspace filters to use wildcards

# 735b24a7 28-Oct-2003 Sara Golemon

Allow userfilter instantiation to programmatically fail by returning false.
Equivalent of Cspace filter "failure" by returning NULL.

Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4
# 12ac36ca 07-Aug-2003 Moriyoshi Koizumi

Move shutdown code to better place

1234567