summaryrefslogtreecommitdiff
path: root/ext/standard/user_filters.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #72941: Modifying bucket->data by-ref has no effect any longerChristoph M. Becker2020-09-081-2/+2
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-071-3/+6
|\
| * Check for object_init_ex() failure in user filter factoryNikita Popov2019-10-071-3/+6
| * year++Xinchen Hui2018-01-021-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-4/+2
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | Resource is not copyable (just refcounted)Dmitry Stogov2018-01-171-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* | Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-311-1/+1
|/
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-1/+1
* Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-3/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-12/+15
* Merge branch 'PHP-7.1'Dmitry Stogov2016-11-281-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
* | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-051-3/+3
|\ \
| * | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-4/+4
| |/
| * fix user filter bugJoe Watkins2016-09-301-1/+1
* | catch up with stream datatypesAnatol Belski2016-10-051-1/+1
* | fix user filter bugJoe Watkins2016-09-301-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-231-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