History log of /PHP-7.3/ext/standard/filestat.c (Results 76 – 100 of 245)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 90df6f2c 08-Dec-2009 Stanislav Malyshev

add "no params" check


# 7beb1af8 08-Dec-2009 Stanislav Malyshev

add realpath cache inspect functions


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# 824692fa 03-Nov-2009 Guenter Knauf

removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2
# d69dfa4b 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


Revision tags: php-5.2.7RC1
# c93fbf62 07-Aug-2008 Arnaud Le Blanc

MFH:
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now t

MFH:
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.

show more ...


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 84a8bb03 10-Mar-2008 Felipe Pena

MFH: New way for check void parameters


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# e42bc45c 21-Nov-2007 Jani Taskinen

MFH: fix crash bug in chown when 2nd parameter != string or int


# 117a6d77 16-Nov-2007 Dmitry Stogov

Fixed crash (Serg)


Revision tags: php-5.2.5
# 74d1a455 05-Nov-2007 Jani Taskinen

MFH: sync


Revision tags: php-5.2.5RC2
# f552f916 31-Oct-2007 Jani Taskinen

MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)


Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 074b4e51 21-Sep-2007 Antony Dovgal

MFH: check the return value of getgroups() for -1 (coverity issue #390)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND
# 5cdae5bd 23-Jul-2007 Ilia Alshanetsky

Fixed bug #42072 (No warning message for clearstatcache() with arguments).


Revision tags: BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# d428314e 06-Apr-2007 Antony Dovgal

MFB: clean & refactored disk_*() funcs implementation
Ilia, feel free to make these functions public, though I don't see why would want to do that


Revision tags: RELEASE_1_0_1, php-4.4.6
# e07b611b 26-Feb-2007 Antony Dovgal

fix folding


Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4
# 933c26de 22-Jan-2007 Dmitry Stogov

Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)
Fixed bug #40092 (chroot() doesn't clear realpath cache)


Revision tags: php-5.2.1RC3
# 2ae036f0 12-Jan-2007 Ilia Alshanetsky

Fixed bug #40098 (php_fopen_primary_script() not thread safe).
Adjusted previous fixes for similar issue to handle sysconf() failures


# 5e74c607 11-Jan-2007 Sara Golemon

MFH


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1
# 0236a7ea 09-Dec-2006 Ilia Alshanetsky

Fixed bug #29840 (is_executable() does not honor safe_mode_exec_dir
setting).


# 466d9ba0 29-Nov-2006 Ilia Alshanetsky

Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are
not thread safe).


# 82f89748 06-Nov-2006 Dmitry Stogov

Windows doesn't have chown(). Remove unused function and reference to undeclared macro VCWD_CHOWN().


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2
# 1b2cc459 02-Jul-2006 Ilia Alshanetsky

Fixed bug #37987 (invalid return of file_exists() in safe mode).


# a518b450 30-Jun-2006 Antony Dovgal

MFH: add error messages to disk_free_space() & disk_total_space() (feature request #37971)


12345678910