summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add realpath cache inspect functionsStanislav Malyshev2009-12-081-0/+38
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-031-20/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* MFH:Arnaud Le Blanc2008-08-071-5/+19
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix crash bug in chown when 2nd parameter != string or intJani Taskinen2007-11-211-3/+6
* Fixed crash (Serg)Dmitry Stogov2007-11-161-2/+5
* MFH: syncJani Taskinen2007-11-051-104/+116
* MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-7/+14
* MFH: check the return value of getgroups() for -1 (coverity issue #390)Antony Dovgal2007-09-211-1/+1
* Fixed bug #42072 (No warning message for clearstatcache() with arguments).Ilia Alshanetsky2007-07-231-0/+4
* MFB: clean & refactored disk_*() funcs implementationAntony Dovgal2007-04-061-106/+139
* fix foldingAntony Dovgal2007-02-261-4/+8