History log of /PHP-5.5/ext/standard/user_filters.c (Results 51 – 75 of 79)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# cbfb63c1 19-Jun-2003 Ilia Alshanetsky

Fixed possible crashes in streams code


Revision tags: php-4.3.3RC1
# 236349f1 13-Jun-2003 Sara Golemon

User Filters don't need to register a resource list for streams.
That functionality is already exported by the streams API.


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 8e9c159f 19-May-2003 Sara Golemon

The bucket rewrite was done some time ago...


# 92f0da58 19-May-2003 Derick Rethans

- Rename stream_register_filter() to stream_filter_register(),
stream_register_wrapper() to stream_wrapper_register() and added an alias for
the latter change.


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2
# c591d4de 21-Apr-2003 Moriyoshi Koizumi

Reduced leaks in userland filters


# 19ef914b 17-Apr-2003 Sara Golemon

Catch up to Moriyoshi's streams megapatch


Revision tags: RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# c4a491e1 09-Mar-2003 Sara Golemon

Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies
user interface and reduces numbe

Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies
user interface and reduces number of function calls/reallocs needed.

show more ...


# 85a5ef3e 24-Feb-2003 Sara Golemon

Initial re-implementation of userfilters after filterchain redesign by wez. More userspace API to come.


# 32165a55 18-Feb-2003 Wez Furlong

Implement new filter API, stage 1.
This breaks user-space filters (for the time being), and those
weird convert.* filters in ext/standard/filters.c

The filters stack has been separat

Implement new filter API, stage 1.
This breaks user-space filters (for the time being), and those
weird convert.* filters in ext/standard/filters.c

The filters stack has been separated into one chain for read and one chain
for write.

The user-space stream_filter_append() type functions currently only operate
on the read chain. They need extending to work with the write chain too.

show more ...


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# f4f313ff 07-Jan-2003 Sara Golemon

Backout changes between 1.6 and 1.7


# 346fa499 07-Jan-2003 Moriyoshi Koizumi

Fixed small leak


# 35b1635c 07-Jan-2003 Sara Golemon

Add option to stream_get_filters() user-defined fiters vs. all filters, default to user only


# 42e912da 06-Jan-2003 Sara Golemon

Expose stream_filters_hash so that it can be searched by stream_get_filters()


# 7dae4000 05-Jan-2003 Sara Golemon

Fixes to stream_get_wrappers() and stream_get_filters() handle hash table layouts better, plus some picune whitespace fixes


1234