summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Make sure newtime is never NULLRasmus Lerdorf2002-05-131-2/+2
* Fixed bug #16861.Yasuo Ohgaki2002-04-261-5/+7
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* (PHP touch) Operate on a stack buffer.. no need for allocating newtimeSascha Schumann2002-01-101-22/+2
* Add three-parameter touch() which enables users to setSascha Schumann2002-01-101-5/+13
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* fix execution orderSterling Hughes2001-10-061-1/+1
* avoid TSRMLS_FETCH()Sterling Hughes2001-10-061-3/+3
* @ Don't through a file does not exist warning for the is_dir(), is_writeable(),Sterling Hughes2001-10-061-2/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-38/+38
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-2/+2