History log of /PHP-7.2/ext/standard/filestat.c (Results 176 – 200 of 237)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


Revision tags: php-4.0.5RC7
# 83b5a2fb 03-Apr-2001 foobar

SCO (and maybe others) do not have this defined.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# c2fb53be 23-Feb-2001 Sascha Schumann

Finish fopen-wrappers rename.


# 47f77955 21-Feb-2001 Sascha Schumann

Correctly check for the existence of the st_rdev field.

Note that this field is required to exist for SUSv3 conformance.

Submitted by: amra@us.ibm.com
PR: #9358


# bbe53ded 15-Feb-2001 Egon Schmid

Small typo.


# 83cf6629 21-Jan-2001 Rasmus Lerdorf

@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 4ada3dd3 07-Dec-2000 Sascha Schumann

Hardcode all functions which are mentioned in the Large File Support Spec

http://ewe3.sas.com/standards/large.file/specs/api+.007.html


# 5b47d1ef 03-Dec-2000 Stanislav Malyshev

Fix #8079 - filetype now knows about sockets


Revision tags: php-4.0.4RC3
# d0ec3df2 02-Nov-2000 Andi Gutmans

- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()
- I did not test for validity of the actual php_checkuid() calls and there
- might be mistakes in the previous code.


# 7ab46420 31-Oct-2000 Zeev Suraski

mode_t fixes


# 825457ae 29-Oct-2000 Thies C. Arntzen

update my email.


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# e9d946d3 16-Sep-2000 Zak Greant

Thought that I had just committed something really stupid.
On closer inspection, realized that the proto comments
for chown and chgrp were reversed. :)
I did not realize this and had only

Thought that I had just committed something really stupid.
On closer inspection, realized that the proto comments
for chown and chgrp were reversed. :)
I did not realize this and had only fixed chown previously

show more ...


# e7b0cd7a 16-Sep-2000 Zak Greant

trivial change
corrected mistake in proto comment for chown fold


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# c756ae2d 06-Aug-2000 Andi Gutmans

Virtualize realpath, chmod, chown and utime
This should fix #5935 and #5904
@- Virtualize realpath, chmod, chown and utime (Stas)


# f24c8c6f 27-Jul-2000 Stanislav Malyshev

Fix safe mode handling by touch


# 9aa854dc 27-Jul-2000 Stanislav Malyshev

Fix memory leak in touch when safety check fails


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 6614e8ed 25-Jun-2000 Zeev Suraski

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including t

- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.

show more ...


# 1769d69c 12-Jun-2000 Egon Schmid

Fixed protos.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 6cac26c2 09-Jun-2000 Stanislav Malyshev

Make chmod in safe mode not allow SUID bits


# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


12345678910