History log of /PHP-8.1/ext/standard/user_filters.c (Results 151 – 169 of 169)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

# 43630e2a 05-Jan-2003 Sara Golemon

Added stream_get_filters(); to list registered filters

# 0ab3a136 01-Jan-2003 Sebastian Bergmann

Fix warnings.

# f58628ca 01-Jan-2003 Wez Furlong

Move rot13 filter into a new filters.c source file.
Tidy up some other filter related code.

# win32 -> someone please add user_filters.c and filters.c to the .dsp

# 350b0bbe 31-Dec-2002 Wez Furlong

Implement user-space filters.
See ext/standard/tests/file/userfilters.phpt for an example of their use.

1234567