summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-011-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-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
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-301-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-301-0/+5
| |\ \ | | |/
| | * Fix #71882: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-301-0/+5
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-211-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-211-0/+1
| |\ \ | | |/
| | * Fix #72330: CSV fields incorrectly split if escape char followed by UTF charsChristoph M. Becker2016-07-211-0/+1
| | * Merge branch 'PHP-5.5' into PHP-5.6.22Stanislav Malyshev2016-05-241-0/+6
| | |\
| | | * Fix bug #72114 - int/size_t confusion in freadStanislav Malyshev2016-05-091-0/+6
* | | | Fixed compilation warningsDmitry Stogov2016-06-231-2/+2
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
* | | | fix constants availabilityAnatol Belski2016-04-291-4/+4
* | | | Merge branch 'PHP-7.0'Joe Watkins2016-03-311-0/+5
|\ \ \ \ | |/ / /
| * | | fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-311-0/+5
* | | | file_get_contents(): Add support for negative offsetFrancois Laupretre2016-03-091-2/+2
|/ / /
* | | Fixed bug #71287 (Error message contains hexadecimal instead of decimal number)Xinchen Hui2016-01-061-2/+2
* | | Fixed bug #71264 (file_put_contents() returns unexpected value when filesyste...Xinchen Hui2016-01-031-5/+4
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1