summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-291-1/+6
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-291-1/+6
| |\
| | * Fix bug #78326Albert Casademont2019-07-291-1/+6
* | | Throw notice for plain wrapper fread/fwrite errorsNikita Popov2019-07-252-5/+20
* | | Report errors from stream read and write operationsNikita Popov2019-07-226-108/+176
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-171-9/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-171-9/+6
| |\ \ | | |/
| | * Fixed bug #69100Nikita Popov2019-07-171-9/+6
* | | Avoid duplicate fstat() for includesNikita Popov2019-07-171-1/+6
* | | Fix use-after-free in stream freeing during shutdownNikita Popov2019-06-272-8/+17
* | | Remove copy argument from php_glob_stream_get_path/patternNikita Popov2019-06-192-16/+8
* | | Avoid memcpy UB in streamsNikita Popov2019-06-191-1/+3
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | | Enable TLS 1.3 by defaultJakub Zelenka2019-04-281-7/+7
* | | Added tls 1.3 support for PHPcodarrenvelvindron2019-04-281-0/+2
* | | Use readdir() instead of readdir_r()Nikita Popov2019-04-111-4/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-03-041-18/+35
|\ \ \ | |/ /
| * | 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.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
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-111-1/+1
|\ \ \ \ | |/ / /
| * | | 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.3' into PHP-7.4Nikita Popov2019-02-111-0/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Remove local variablesPeter Kokot2019-02-0316-146/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-3018-18/+18
* | | | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-1/+5
* | | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-11-171-2/+1
|\ \ \ \ | |/ / /
| * | | Simplify assignment on 64-bitAnatol Belski2018-11-171-2/+1
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-10-301-5/+6
|\ \ \ \ | |/ / /
| * | | Fix error conditionAnatol Belski2018-10-301-2/+2
| * | | Fixed bug #77081 ftruncate() changes seek pointer in c modeAnatol Belski2018-10-301-3/+4
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2018-10-242-2/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-08-281-0/+9
|\ \ \ \ | |/ / /
| * | | Fixed bug #76803 ftruncate changes file pointerAnatol Belski2018-08-281-0/+9
* | | | Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKSPeter Kokot2018-08-241-1/+1
* | | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ / /