summaryrefslogtreecommitdiff
path: root/ext/standard/user_filters.c
Commit message (Expand)AuthorAgeFilesLines
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH:Arnaud Le Blanc2009-01-081-0/+8
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-3/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-3/+0
* MFH: Fixed #46164 (stream_filter_remove() closes the stream)Arnaud Le Blanc2008-10-051-0/+9
* - MFH: Fixed data sizeFelipe Pena2008-05-081-1/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH(r-1.49)Bugfix#36492 Userfilters can leak bucketsSara Golemon2007-08-041-1/+14
* MFHAntony Dovgal2007-02-011-0/+4
* Fix typoRasmus Lerdorf2007-01-251-1/+1
* Added safety checks to the codeIlia Alshanetsky2007-01-251-4/+6
* MFH: fix #40168Antony Dovgal2007-01-191-2/+3
* MFH: add trailing '\0' to stream hashesAntony Dovgal2007-01-151-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: check filter and class names for empty stringsAntony Dovgal2006-10-111-0/+10
* MFH: argument info for php_user_filterHannes Magnusson2006-06-261-4/+22
* nuke compile warningAntony Dovgal2006-03-301-1/+1
* Fixed bug #36886 (User filters can leak buckets in some situations).Ilia Alshanetsky2006-03-281-1/+16
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Removed unused var.Ilia Alshanetsky2005-06-121-1/+0
* Fixed reference counting and probable crash on fclose() or shutdownDmitry Stogov2005-06-091-5/+4
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-211-1/+1
* Bugfix #28300 Userspace stream/filter names don't need to be lowercased.Sara Golemon2004-05-061-1/+0
* BugFix#28287 stream_*_register() not calling __autoload().Sara Golemon2004-05-051-2/+2
* studlyCapsMarcus Boerger2004-04-101-2/+2
* HEAD is now bundled only with ZE2Andrey Hristov2004-01-171-2/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Allow userspace filters to use wildcardsSara Golemon2003-10-291-3/+30
* Allow userfilter instantiation to programmatically fail by returning false.Sara Golemon2003-10-281-9/+28
* Move shutdown code to better placeMoriyoshi Koizumi2003-08-071-0/+11
* Fixed possible crashes in streams codeIlia Alshanetsky2003-06-191-1/+2
* User Filters don't need to register a resource list for streams.Sara Golemon2003-06-131-5/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* The bucket rewrite was done some time ago...Sara Golemon2003-05-191-21/+0
* - Rename stream_register_filter() to stream_filter_register(),Derick Rethans2003-05-191-2/+2
* Reduced leaks in userland filtersMoriyoshi Koizumi2003-04-211-5/+9
* Catch up to Moriyoshi's streams megapatchSara Golemon2003-04-171-2/+2
* Adjustment to user filters reimplementation. Make a bucket an object contain...Sara Golemon2003-03-091-38/+37
* Initial re-implementation of userfilters after filterchain redesign by wez. ...Sara Golemon2003-02-241-17/+188
* Implement new filter API, stage 1.Wez Furlong2003-02-181-194/+48
* Backout changes between 1.6 and 1.7Sara Golemon2003-01-071-10/+4
* Fixed small leakMoriyoshi Koizumi2003-01-071-0/+3