summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-041-18/+35
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-041-18/+35
| |\
| | * Fix bug #77630 - safer rename() procedureStanislav Malyshev2019-03-041-17/+34
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0
| | * year++Xinchen Hui2018-01-0218-18/+18
* | | 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
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-111-1/+1
|\ \ \ | |/ /
| * | Fix bug #51068 (glob:// do not support current path relative)Ahmed Abdou2019-02-111-1/+1
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-111-0/+2
|\ \ \ | |/ /
| * | Fix #77552: Uninitialized buffer in stat functionsjohnstevenson2019-02-111-0/+2
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0
| * | year++Xinchen Hui2018-01-0218-18/+18
* | | Simplify assignment on 64-bitAnatol Belski2018-11-171-2/+1
* | | Fix error conditionAnatol Belski2018-10-301-2/+2
* | | Fixed bug #77081 ftruncate() changes seek pointer in c modeAnatol Belski2018-10-301-3/+4
* | | Make php_plain_files_wrapper to be writable (workaround for swoole)Dmitry Stogov2018-10-242-2/+3
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0
* | | Fixed bug #76803 ftruncate changes file pointerAnatol Belski2018-08-281-0/+9
* | | 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
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-2518-37/+0
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* | | Avoid useless stream buffer copying and workaround with chunk_size manipulation.Dmitry Stogov2018-06-141-1/+3
* | | Fixed bug #76422 ftruncate fails on files > 2GBAnatol Belski2018-06-091-0/+22
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-012-7/+4
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-17/+16
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-285-12/+12
* | | 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-0218-18/+18
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* | | Use cheaper APIXinchen Hui2017-12-181-1/+1
* | | Use known string "file" in stream layerMarkus Staab2017-12-161-1/+1
* | | Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-146-13/+13
* | | Move constants into read-only data segmentDmitry Stogov2017-12-1410-37/+38
* | | Put missing signature into headerAnatol Belski2017-12-091-0/+3
* | | Cleanup type conversionDmitry Stogov2017-12-071-7/+1
* | | Avoid strings duplication (zend_hash* and printf may work with non zero termi...Dmitry Stogov2017-11-303-17/+11
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | Merge branch 'PHP-7.2'Sara Golemon2017-11-131-2/+5
|\ \ \ | |/ /
| * | Bugfix#75515 php://streams behaving greedilySara Golemon2017-11-131-2/+5
* | | Merge branch 'PHP-7.2'Sara Golemon2017-11-061-1/+1
|\ \ \ | |/ /
| * | Fixes #68948 related to a BC break introduced by #68532 fix.Simon JAILLET2017-11-061-1/+1
* | | Fixed memory leaksDmitry Stogov2017-11-023-3/+16
* | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-6/+1
* | | Use interned strings for stream transportsDmitry Stogov2017-11-011-1/+1
* | | Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-314-18/+16
* | | Merge branch 'master' into rc_debugDmitry Stogov2017-10-272-2/+2
|\ \ \