History log of /PHP-8.3/ext/standard/filestat.c (Results 201 – 225 of 290)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 6cc8919d 26-Apr-2002 Yasuo Ohgaki

Fixed bug #16861.
touch sets wrong atime or mtime when they are not specified.
touch silently failed when HAVE_UTIME is not defined.
(This needs more consideration. Which platform does no

Fixed bug #16861.
touch sets wrong atime or mtime when they are not specified.
touch silently failed when HAVE_UTIME is not defined.
(This needs more consideration. Which platform does not support it?)
# Derick, after HAVE_UTIME issue is resovled, this should be merged.
# or we can just merge 1st problem for now.

show more ...


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# a1dbb4ab 10-Jan-2002 Sascha Schumann

(PHP touch) Operate on a stack buffer.. no need for allocating newtime
on the heap.


# edfd6d09 10-Jan-2002 Sascha Schumann

Add three-parameter touch() which enables users to set
mtime/atime to different values.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# af1c7070 06-Oct-2001 Sterling Hughes

fix execution order


# 16da751e 06-Oct-2001 Sterling Hughes

avoid TSRMLS_FETCH()


# 1bceefb2 06-Oct-2001 Sterling Hughes

@ Don't through a file does not exist warning for the is_dir(), is_writeable(),
@ is_readable(), is_executable(), is_link() and is_file() functions. (Sterling)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 03f74067 21-Sep-2001 Hartmut Holzgraefe

proto fixes "double" -> "float"


# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# 1c105030 21-Aug-2001 Joey Smith

Hmmm...not sure what this was trying to do. stat() was acting like filesize().


Revision tags: php-4.0.7RC1
# 35de326b 12-Aug-2001 Zeev Suraski

Compile fix for oldie Linux systems (possibly others too)


Revision tags: BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# fcf57d37 04-Aug-2001 Jeroen van Wolffelaar

Layout: revert accidentel joining of lines


# 2b17cd19 04-Aug-2001 Jeroen van Wolffelaar

Named some constants in filestat to improve readability


# bc42c375 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work. Got it under 400 now.


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# cae817a5 11-Jun-2001 Daniel Beulshausen

move some constants to a more appropriate place


Revision tags: php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2
# 311278f2 22-May-2001 Jon Parise

@ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon)

FreeBSD defines statfs(2) in <sys/mount.h>. Teach PHP to look for it there.


# 82b31fb7 15-May-2001 Jon Parise

@ - Added disk_total_space() to return the total size of a filesystem.
@ (Patch from Steven Bower)


# 6c5db8d2 15-May-2001 Jon Parise

@ - Renamed diskfreespace() to disk_free_space() to conform to established
@ naming conventions. (jon)


12345678910>>...12