summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compile fix for oldie Linux systems (possibly others too)Zeev Suraski2001-08-121-0/+4
* WhitespaceZeev Suraski2001-08-111-66/+66
* Layout: revert accidentel joining of linesJeroen van Wolffelaar2001-08-041-2/+3
* Named some constants in filestat to improve readabilityJeroen van Wolffelaar2001-08-041-43/+61
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-7/+16
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-10/+2
* move some constants to a more appropriate placeDaniel Beulshausen2001-06-111-20/+0
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-4/+5
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* @ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon)Jon Parise2001-05-221-4/+6
* @ - Added disk_total_space() to return the total size of a filesystem.Jon Parise2001-05-151-0/+101
* @ - Renamed diskfreespace() to disk_free_space() to conform to establishedJon Parise2001-05-151-3/+3
* - Bumbed up the warning level to be in sync with fopen (which is E_WARNINGDerick Rethans2001-05-141-2/+2
* Rewrote stat() and fstat() to be memory efficient, due to a recentJason Greene2001-05-111-39/+50
* @fstat() and stat() now return identical output by returning a numerical andJason Greene2001-05-111-0/+24
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-8/+8
* - Fix filetype() and lstat() too.Andi Gutmans2001-04-251-12/+7
* - Another fixAndi Gutmans2001-04-251-2/+2
* - Nuke warning. This signed/unsigned stuff gets really annoying sometimes.Andi Gutmans2001-04-251-2/+2
* - Fix problem with is_link(), there seem to be at least another couple ofAndi Gutmans2001-04-251-48/+58
* SCO (and maybe others) do not have this defined.foobar2001-04-031-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* Correctly check for the existence of the st_rdev field.Sascha Schumann2001-02-211-1/+1
* Small typo.Egon Schmid2001-02-151-1/+1
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-1/+1
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-2/+2
* Fix #8079 - filetype now knows about socketsStanislav Malyshev2000-12-031-0/+3
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-4/+4
* mode_t fixesZeev Suraski2000-10-311-2/+3
* update my email.Thies C. Arntzen2000-10-291-1/+1
* Thought that I had just committed something really stupid.Zak Greant2000-09-161-2/+2
* trivial changeZak Greant2000-09-161-13/+13
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-061-4/+4
* Fix safe mode handling by touchStanislav Malyshev2000-07-271-1/+1
* Fix memory leak in touch when safety check failsStanislav Malyshev2000-07-271-1/+3
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-4/+4
* Fixed protos.Egon Schmid2000-06-121-1/+1
* Make chmod in safe mode not allow SUID bitsStanislav Malyshev2000-06-091-2/+10
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-6/+6
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-1/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2