summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-4/+4
* ext/standard/datetime.cAnantha Kesari H Y2005-07-271-6/+6
* ext/standard/basic_functions.cAnantha Kesari H Y2005-07-261-14/+8
* this crashed if some of the shutdown handlers called some file stat functionStanislav Malyshev2004-09-021-0/+1
* Bugfix# 29114 Potential double free in php_statSara Golemon2004-07-161-2/+5
* MFH: - Fixed bug #25343 (is_dir() gives warning on FreeBSD).foobar2003-09-021-2/+2
* MFH configure.in:1.460, filestat.c:1.125:Jon Parise2003-08-221-0/+4
* MFH: Fixed bug #24313 (file_exist() warning on non-existent files whenIlia Alshanetsky2003-06-241-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-04-231-1/+1
* MFHIlia Alshanetsky2003-02-271-2/+3
* MFHIlia Alshanetsky2003-02-271-0/+4
* MFHSara Golemon2003-01-091-1/+1
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHIlia 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
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Hmmm...not sure what this was trying to do. stat() was acting like filesize().Joey Smith2001-08-211-1/+1