summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-1/+1
* Fix for bug #24313 (port from dead PHP_5 branch)Ilia Alshanetsky2003-06-241-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed a bug that would cause filetype() to return "unknown" forIlia Alshanetsky2003-02-271-2/+3
* Fixed bug #21410 (fixed handling of NULL or "" files on Win32)Ilia Alshanetsky2003-02-271-0/+4
* is_executable() now available on win32Shane Caraveo2003-02-091-3/+0
* Bug #21531 file_exists() and other filestat functions throw errors when in ...Sara Golemon2003-01-091-1/+1
* - Fix some of the netware crapDerick Rethans2003-01-051-6/+6
* - Change Warnings to NoticesDerick Rethans2003-01-041-3/+3
* Modified for NetWare.Anantha Kesari H Y2003-01-031-16/+17
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Remove pointless checks for array_init() return values.Ilia Alshanetsky2002-12-051-3/+1
* Fix php_stat brokenness.Sascha Schumann2002-10-041-16/+4
* repairing the chaosStefan Esser2002-10-011-1/+5
* (PHP touch) Remove an extraneous time() call.Sascha Schumann2002-09-231-1/+0
* - Don't think we need the do { } while (0) hereAndi Gutmans2002-09-141-2/+2
* My compiler likes it like this.Edin Kadribasic2002-09-111-1/+1
* max this use the virtual_filepath() function and feel all threadsafe andSterling Hughes2002-09-111-0/+13
* Remove unnecessarily commented code.foobar2002-09-051-2/+0
* - Unbreak buildDerick Rethans2002-09-051-3/+3
* - Tabs for indentationDerick Rethans2002-09-051-26/+26
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-5/+46
* php_error_docrefMarcus Boerger2002-08-241-13/+13
* Commiting Steph@php.net's patch to re-enable touch on Win32 machinesDan Kalowsky2002-07-301-2/+0
* all functions based on php_stat are now safe mode aware...Stefan Esser2002-07-261-0/+4
* Unify error messagesDerick Rethans2002-07-081-13/+13
* fix win32 buildSterling Hughes2002-07-071-52/+34
* - Fix windows buildDerick Rethans2002-07-031-0/+8
* Fix the nasty crash. And Sterling..test next time before you commit?foobar2002-07-031-4/+8
* use access instead of manually determining file permissions..Sterling Hughes2002-07-021-21/+40
* - ZTS gotchaMarkus Fischer2002-05-201-1/+1
* - Add open_basedir check for all functions using php_stat() (filesize, stat,Markus Fischer2002-05-201-0/+4
* - Made all is_*() functions to return only boolean values.foobar2002-05-161-19/+21