summaryrefslogtreecommitdiff
path: root/main/streams/userspace.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #78662: stream_write bad error detectionRemi Collet2019-10-111-7/+8
* Also check for exception after stream_eofNikita Popov2019-10-101-2/+6
* Report error if stream_read is not implementedNikita Popov2019-10-101-18/+19
* 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
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-6/+0
* | | Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-111-6/+11
|/ /
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
* | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
|/
* 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.5' into PHP-5.6Stanislav Malyshev2015-03-081-1/+1
| |\
| | * Merge branch 'pull-request/1106' into PHP-5.5Stanislav Malyshev2015-03-081-1/+11
| | |\
| | | * Fix #67626Julien Pauli2015-02-201-1/+11
| | |/
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Fix #67626Julien Pauli2015-03-081-1/+11
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+1