summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-301-1/+1
|\
| * Fix #70362: Can't copy() large 'data://' with open_basedirChristoph M. Becker2020-06-301-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-141-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-141-1/+1
| |\
| | * Fix #78535: auto_detect_line_endings value not parsed as boolbugreportuser2019-09-141-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-16/+21
* | | Fix incorrect printf modifiersNikita Popov2019-06-121-2/+2
* | | Added tls 1.3 support for PHPcodarrenvelvindron2019-04-281-0/+3
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-4/+3
* | | Allow empty $escape to eschew escaping CSVChristoph M. Becker2018-12-151-22/+27
* | | Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* | | Refactor stat implementationAnatol Belski2018-08-261-12/+0
* | | Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKSPeter Kokot2018-08-241-1/+1
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEVPeter Kokot2018-07-291-2/+2
* | Fix typos in code commentsPeter Kokot2018-07-251-2/+2
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | Add ssl/tls streams options for min and max proto versionJakub Zelenka2018-07-011-0/+5
* | Remove outdated comments about PHP 3Peter Kokot2018-06-271-2/+0
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* | Use int instead of long in protosGabriel Caruso2018-02-231-1/+1
* | Fixed bug #74719alexanderholman2018-01-171-6/+6
* | year++Xinchen Hui2018-01-021-1/+1
* | Modernize realpath and integrate quick variant into virtual_file_exAnatol Belski2017-12-151-0/+1
* | Use cheaper functionsDmitry Stogov2017-12-011-13/+13
* | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-5/+7
* | Merge branch 'PHP-7.2'Xinchen Hui2017-11-131-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-11-131-1/+1
| |\
| | * Avoid overflowXinchen Hui2017-11-131-1/+1
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-11-131-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-11-131-0/+4
| |\ \ | | |/
| | * Fixed bug #75511 (fread not free unused buffer)Xinchen Hui2017-11-131-0/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-1/+1
|/ /
* | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-4/+4
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Use new param API in standard/fileSara Golemon2016-12-301-82/+136
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-8/+4
|/
* Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-60/+0
|\
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-60/+0
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-311-1/+1
| |\
| | * Fix #71882 amendment: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-1/+1