summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* Make is_file() and friends return false when path contains 0-byteChristian Schneider2020-12-031-2/+5
* Tweak some macro definition on WindowsGeorge Peter Banyard2020-09-221-5/+1
* Fix UNKNOWN default values in ext/standardMáté Kocsis2020-09-071-18/+15
* Add all the missing parameter types to stubsMáté Kocsis2020-08-131-40/+24
* Remove proto comments from C filesMax Semenik2020-07-061-62/+31
* Reduce code duplication using for loopGabriel Caruso2020-04-271-37/+23
* Improve argument error messages in ext/standardMáté Kocsis2020-03-181-2/+2
* Change argument error message formatMáté Kocsis2020-02-261-2/+2
* Avoid used of "named fn" in ext/standardNikita Popov2020-02-251-2/+2
* Make type error messages more consistentMáté Kocsis2020-02-171-2/+2
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-2/+2
* Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-2/+2
* Convert zend_parse_parameters_none() to fast ZPP in standard libMáté Kocsis2019-12-301-6/+3
* Promote warrnings to exceptions in chgrp() functionMáté Kocsis2019-12-201-5/+5
* Simplify constant expressionGITSRC2019-12-201-3/+2
* Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Finish func_info updates for ext/standardNikita Popov2019-06-031-2/+2
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Fix localized error messages and memory leaksAnatol Belski2018-09-171-2/+6
* Remove AC_FUNC_UTIME_NULLPeter Kokot2018-09-041-4/+0
* Refactor stat implementationAnatol Belski2018-08-261-11/+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
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Be consistent in is_executable on a directory in any stream wrapper.solotandem2018-03-271-1/+1
* Remove space between function name and open parenthesesGabriel Caruso2018-02-081-2/+2
* Adjust manual zpp-like error message implementationsNikita Popov2018-02-041-4/+4
* year++Xinchen Hui2018-01-021-1/+1
* Use cheaper functionsDmitry Stogov2017-12-011-13/+13
* 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-2/+2
* Introduced "zif_handler" type (zif = zend internal function).Dmitry Stogov2017-06-081-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-21/+29
* Path handling related refactoringsAnatol Belski2016-12-221-4/+4
* Remove Netware supportKalle Sommer Nielsen2016-11-121-17/+3
* Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-15/+1
|\
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-15/+1
* | fix typoAnatol Belski2016-08-111-1/+1
* | add missing mb path support chunkAnatol Belski2016-08-111-93/+18
|/
* 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
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-27/+27
* | move some stat declarations into zend_virtual_cwd.hAnatol Belski2015-05-251-12/+0
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1