summaryrefslogtreecommitdiff
path: root/ext/standard/user_filters.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-1/+1
* | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-6/+5
* | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-1/+1
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-3/+3
* | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-1/+1
* | | Fixed memory leakDmitry Stogov2014-03-181-0/+1
* | | Fixed user stream filtersDmitry Stogov2014-02-281-12/+13
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-104/+85
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
|/
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+2
* Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-1/+1
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* 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