summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | 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