summaryrefslogtreecommitdiff
path: root/main/streams/userspace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-12/+12
* | | Fixed buildWei Dai2015-03-091-1/+1
* | | Fix #67626Julien Pauli2015-03-081-2/+12
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-5/+5
* | | Cleanup resource handling APIsXinchen Hui2015-02-021-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-8/+8
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-103/+103
* | | 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
* | | several signature and data type fixesAnatol Belski2014-08-261-2/+2