summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-68/+68
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | fix datatype mismatch warningAnatol Belski2014-10-221-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | avoid strlen() usage in the loopAnatol Belski2014-09-131-9/+9
* | fix implicit st_rdev element handling when negative value was passedAnatol Belski2014-08-291-0/+11
* | 's' works with size_t round 4Anatol Belski2014-08-271-3/+3
* | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-41/+41
* | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-2/+2
* | several fixes -Anatol Belski2014-08-161-14/+14
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-35/+35
* | Fast parameter parsing APIDmitry Stogov2014-07-111-1/+15
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-66/+66
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.4'Rasmus Lerdorf2012-05-131-1/+1
|\
| * Fix grammoRasmus Lerdorf2012-05-131-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-101-1/+6
|\ \ | |/ |/|
| * Fix bug ext\standard\tests\file\realpath_cache_win32.phpt failsAnatoliy Belsky2012-05-101-1/+6
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-1/+26
* | - Year++Felipe Pena2012-01-011-1/+1
* | unused variablesStanislav Malyshev2011-09-061-0/+4
* | allow user streams to override ch* on windows tooStanislav Malyshev2011-09-061-11/+21
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-8/+8
* | - Fixed ZTS build and removed unused varsFelipe Pena2011-05-251-3/+1
* | implement streams metadata API per RFCStanislav Malyshev2011-05-251-43/+157
* | - Year++Felipe Pena2011-01-011-1/+1
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-55/+2
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* ouch, that ZTSStanislav Malyshev2009-12-081-2/+2
* add "no params" checkStanislav Malyshev2009-12-081-0/+7