summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-221-0/+1
* Fixed bug #40098 (php_fopen_primary_script() not thread safe).Ilia Alshanetsky2007-01-121-6/+16
* MFHSara Golemon2007-01-111-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #29840 (is_executable() does not honor safe_mode_exec_dirIlia Alshanetsky2006-12-091-1/+14
* Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() areIlia Alshanetsky2006-11-291-8/+36
* Windows doesn't have chown(). Remove unused function and reference to undecla...Dmitry Stogov2006-11-061-0/+2
* Fixed bug #37987 (invalid return of file_exists() in safe mode).Ilia Alshanetsky2006-07-021-1/+1
* MFH: add error messages to disk_free_space() & disk_total_space() (feature re...Antony Dovgal2006-06-301-8/+36
* Fixed bug #37505 (touch() truncates large files).Ilia Alshanetsky2006-05-191-3/+1
* fix #37191 (chmod takes off sticky bit when safe_mode is On)Antony Dovgal2006-04-251-2/+17
* MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown)foobar2006-04-101-0/+4
* *** empty log message ***Ilia Alshanetsky2006-04-091-5/+9