summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* fix win buildRob Richards2006-03-061-1/+2
* - Added lchown() and lchgrp() to change user/group ownership of symlinks.Derick Rethans2006-03-051-13/+63
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-8/+8
* Fix #34957; file access checks should use VCWD_ACCESS()Wez Furlong2005-10-221-1/+31
* - Bumber up yearfoobar2005-08-031-1/+1
* In NetWare statfs f_bavail member is known as f_bfreeAnantha Kesari H Y2005-02-211-0/+4
* NetWare LibC has pwd.hAnantha Kesari H Y2005-02-171-2/+0
* As NetWare LibC don't have the implementation of chown and chgrp there is no ...Anantha Kesari H Y2004-10-191-2/+6
* removed redundant NEW_LIBC and CLIB_STAT_PATCH checks for NETWAREAnantha Kesari H Y2004-09-291-19/+7
* MF4: fix crash if shutdown uses file statsStanislav Malyshev2004-09-021-0/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Move safemode/basedir checks for url_stat to plain_wrapper.Sara Golemon2003-12-011-8/+6
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-92/+54
* Make php_stat() available for extensions.Marcus Boerger2003-11-071-22/+1
* - Fixed bug #25343 (is_dir() gives warning on FreeBSD).foobar2003-09-021-2/+2
* Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>.Jon Parise2003-08-211-0/+4