History log of /PHP-8.3/ext/standard/filestat.c (Results 151 – 175 of 290)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f87e7b8b 05-Mar-2006 Derick Rethans

- Added lchown() and lchgrp() to change user/group ownership of symlinks.


Revision tags: RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# d0a54af4 05-Dec-2005 foobar

MFH: Nuke php3 legacy


Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1
# 890f7f46 22-Oct-2005 Wez Furlong

Fix #34957; file access checks should use VCWD_ACCESS()


Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# f4338676 21-Feb-2005 Anantha Kesari H Y

In NetWare statfs f_bavail member is known as f_bfree


Revision tags: RELEASE_0_2_4
# 5f243d7a 17-Feb-2005 Anantha Kesari H Y

NetWare LibC has pwd.h


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 2559c947 19-Oct-2004 Anantha Kesari H Y

As NetWare LibC don't have the implementation of chown and chgrp there is no point in exposing this function to PHP


# 745beb2d 29-Sep-2004 Anantha Kesari H Y

removed redundant NEW_LIBC and CLIB_STAT_PATCH checks for NETWARE


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH
# dbc1cb5e 02-Sep-2004 Stanislav Malyshev

MF4: fix crash if shutdown uses file stats


Revision tags: php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 681d18ef 01-Dec-2003 Sara Golemon

Move safemode/basedir checks for url_stat to plain_wrapper.


# 026d4c9e 28-Nov-2003 Sara Golemon

Route php_stat() via streams/url_stat API (php_stream_stat_path).
This enables fopen-wrappers support on stat() and related family calls.


# ccb63114 07-Nov-2003 Marcus Boerger

Make php_stat() available for extensions.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 62d2810c 02-Sep-2003 foobar

- Fixed bug #25343 (is_dir() gives warning on FreeBSD).


Revision tags: php-4.3.3
# 34821ed4 21-Aug-2003 Jon Parise

Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>.
The autoconf check for <sys/mount.h> was failing because <sys/param.h>
wasn't being universally included.

Th

Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>.
The autoconf check for <sys/mount.h> was failing because <sys/param.h>
wasn't being universally included.

This gets disk_total_space() and disk_free_space() working again under
FreeBSD.

show more ...


Revision tags: php-4.3.3RC4
# ed40ae26 11-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# 6b5b6079 24-Jun-2003 Ilia Alshanetsky

Fix for bug #24313 (port from dead PHP_5 branch)


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# ea1f34e8 27-Feb-2003 Ilia Alshanetsky

Fixed a bug that would cause filetype() to return "unknown" for
non-existent files on Win32.


# 560e3396 27-Feb-2003 Ilia Alshanetsky

Fixed bug #21410 (fixed handling of NULL or "" files on Win32)


Revision tags: php-4.3.1
# 5048f8c6 09-Feb-2003 Shane Caraveo

is_executable() now available on win32
stats can now get information provided by access()


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 4d789b59 09-Jan-2003 Sara Golemon

Bug #21531 file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist.
Extended php_checkuid function to add "flags" field via rename to php_che

Bug #21531 file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist.
Extended php_checkuid function to add "flags" field via rename to php_checkuid_ex with alias for BC in functions that do want safe mode errors thrown.

show more ...


# b816089f 05-Jan-2003 Derick Rethans

- Fix some of the netware crap


# e58c2212 04-Jan-2003 Derick Rethans

- Change Warnings to Notices


12345678910>>...12