summaryrefslogtreecommitdiff
path: root/main/streams/userspace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-221-6/+7
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-221-6/+7
| |\
| | * Fix #76943: Inconsistent stream_wrapper_restore() errorsChristoph M. Becker2020-09-221-6/+7
* | | Refactor user streams to use ZPP class checkGeorge Peter Banyard2020-07-281-43/+38
* | | Simplify user_stream_create_objectNikita Popov2020-07-231-22/+2
* | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | Remove proto comments from C filesMax Semenik2020-07-061-6/+3
* | | Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-41/+30
* | | Remove unnecessary uses of CHECK_SILENTNikita Popov2020-03-061-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-3/+3
* | | Merge branch 'PHP-7.4'Remi Collet2019-10-111-7/+8
|\ \ \ | |/ /
| * | Fix #78662: stream_write bad error detectionRemi Collet2019-10-111-7/+8
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-101-2/+6
|\ \ \ | |/ /
| * | Also check for exception after stream_eofNikita Popov2019-10-101-2/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-101-18/+19
|\ \ \ | |/ /
| * | Report error if stream_read is not implementedNikita Popov2019-10-101-18/+19
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Report errors from stream read and write operationsNikita Popov2019-07-221-11/+18
* | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-251-1/+4
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-02-251-1/+4
| |\
| | * Fixed bug #77664 (Segmentation fault when using undefined constant in custom ...Xinchen Hui2019-02-251-1/+4
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-2/+0
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-2/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-2/+0
* | | Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKSPeter Kokot2018-08-241-1/+1
|/ /
* | Removed useless IS_UNDEF checksDmitry Stogov2018-07-311-2/+2
* | Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEVPeter Kokot2018-07-291-2/+2
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-17/+16
* | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-1/+0
* | Use int instead of integer in protoGabriel Caruso2018-02-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3
* | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-311-6/+5
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
|/
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-07-191-0/+5
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-191-0/+5
| |\
| | * Do not allow using traits/interfaces/abstract classes as stream wrappersSara Golemon2017-07-191-0/+5
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-111-6/+11
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-141-6/+11
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1