History log of /php-src/ext/standard/filestat.c (Results 201 – 225 of 282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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)

Revision tags: php-4.0.6RC1
# 6123e2ab 14-May-2001 Derick Rethans

- Bumbed up the warning level to be in sync with fopen (which is E_WARNING
too) (See bug #10856)

# c115a755 11-May-2001 Jason Greene

Rewrote stat() and fstat() to be memory efficient, due to a recent
thread on php-dev.

Note: I added a macro that might have use in other instances, but for now
is included in php_fil

Rewrote stat() and fstat() to be memory efficient, due to a recent
thread on php-dev.

Note: I added a macro that might have use in other instances, but for now
is included in php_filestat.h

show more ...

# 0ed93d71 11-May-2001 Jason Greene

@fstat() and stat() now return identical output by returning a numerical and
@string indexed array (Jason)

(Andrei's suggestion to still allow backwords compatibility.)

Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash

Revision tags: php-4.0.5RC8
# ef1835f5 25-Apr-2001 Andi Gutmans

- Fix filetype() and lstat() too.

# ef71855b 25-Apr-2001 Andi Gutmans

- Another fix

# 502b4efb 25-Apr-2001 Andi Gutmans

- Nuke warning. This signed/unsigned stuff gets really annoying sometimes.

# 76860d4f 25-Apr-2001 Andi Gutmans

- Fix problem with is_link(), there seem to be at least another couple of
- bugs lurking around though.
- Cleaned up code a bit and optimized it a bit too.

12345678910>>...12