| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #78662: stream_write bad error detection | Remi Collet | 2019-10-11 | 1 | -7/+8 |
* | Also check for exception after stream_eof | Nikita Popov | 2019-10-10 | 1 | -2/+6 |
* | Report error if stream_read is not implemented | Nikita Popov | 2019-10-10 | 1 | -18/+19 |
* | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -11/+18 |
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -1/+4 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-02-25 | 1 | -1/+4 |
|\ |
|
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Xinchen Hui | 2019-02-25 | 1 | -1/+4 |
| |\ |
|
| | * | Fixed bug #77664 (Segmentation fault when using undefined constant in custom ... | Xinchen Hui | 2019-02-25 | 1 | -1/+4 |
| | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -2/+0 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -2/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -2/+0 |
* | | | Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKS | Peter Kokot | 2018-08-24 | 1 | -1/+1 |
|/ / |
|
* | | Removed useless IS_UNDEF checks | Dmitry Stogov | 2018-07-31 | 1 | -2/+2 |
* | | Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEV | Peter Kokot | 2018-07-29 | 1 | -2/+2 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy... | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | | Removed useless zval_ptr_dtor() | Dmitry Stogov | 2018-05-29 | 1 | -17/+16 |
* | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d... | Dmitry Stogov | 2018-05-03 | 1 | -1/+0 |
* | | Use int instead of integer in proto | Gabriel Caruso | 2018-02-02 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia... | Dmitry Stogov | 2017-12-27 | 1 | -1/+0 |
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -3/+3 |
* | | Enable and fix printf() format warnings | Nikita Popov | 2017-11-16 | 1 | -1/+1 |
* | | Use interned strings for persistent stream wrappers and filters | Dmitry Stogov | 2017-10-31 | 1 | -6/+5 |
* | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-19 | 1 | -0/+5 |
|\ |
|
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-19 | 1 | -0/+5 |
| |\ |
|
| | * | Do not allow using traits/interfaces/abstract classes as stream wrappers | Sara Golemon | 2017-07-19 | 1 | -0/+5 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | * | Clear FG(user_stream_current_filename) when bailing out | Sara Golemon | 2016-10-11 | 1 | -6/+11 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Clear FG(user_stream_current_filename) when bailing out | Sara Golemon | 2016-10-14 | 1 | -6/+11 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -6/+0 |
* | | | Clear FG(user_stream_current_filename) when bailing out | Sara Golemon | 2016-10-11 | 1 | -6/+11 |
|/ / |
|
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 1 | -1/+1 |
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but... | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 |
* | | Removed zend_fcall_info.symbol_table | Dmitry Stogov | 2016-03-02 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-08 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'pull-request/1106' into PHP-5.5 | Stanislav Malyshev | 2015-03-08 | 1 | -1/+11 |
| | |\ |
|
| | | * | Fix #67626 | Julien Pauli | 2015-02-20 | 1 | -1/+11 |
| | |/ |
|
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Fix #67626 | Julien Pauli | 2015-03-08 | 1 | -1/+11 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -3/+1 |