summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-20/+20
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2019-09-141-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
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-16/+21
|\ \ \ \ | |/ / /
| * | | Report errors from stream read and write operationsNikita Popov2019-07-221-16/+21
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-121-2/+2
|\ \ \ \ | |/ / /
| * | | Fix incorrect printf modifiersNikita Popov2019-06-121-2/+2
* | | | Finish func_info updates for ext/standardNikita Popov2019-06-031-7/+7
* | | | Update more func info information for ext/standardNikita Popov2019-05-291-2/+2
* | | | Merge branch 'PHP-7.4'Jakub Zelenka2019-04-281-0/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
|\ \ \ \
| * | | | Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal fun...Dmitry Stogov2019-04-241-2/+2
| |/ / /
* | | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-1/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ \ \ | |/ / /
| * | | Remove local variablesPeter Kokot2019-02-031-9/+0
| * | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | | Remove fgetss and friendsNikita Popov2019-01-291-51/+0
|/ / /
* | | 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
|\ \ \ | |/ /