summaryrefslogtreecommitdiff
path: root/ext/standard/user_filters.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filte...Dmitry Stogov2016-11-281-1/+1
* More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-4/+4
* fix user filter bugJoe Watkins2016-09-301-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-151-2/+2
|\ \ | |/
| * fixed wrong params in protoChristoph M. Becker2015-08-151-2/+2
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | Cleanup resource handling APIsXinchen Hui2015-02-021-20/+19
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-35/+35
* | fix datatype mismatchesAnatol Belski2014-10-281-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-18/+18
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-15/+15
* | cleanupDmitry Stogov2014-08-131-1/+0
* | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-1/+1
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+5
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2014-04-031-0/+5
| |\
| | * Fix bug #66182 exit in stream filter produces segfaultMichael Wallner2014-04-031-0/+5
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Fixed compilaation warningsDmitry Stogov2014-04-221-4/+2
* | | 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