History log of /PHP-8.0/ext/standard/dir.c (Results 151 – 175 of 274)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f49b1d2d 04-Jul-2003 Hartmut Holzgraefe

make sure operator precedence is not playing tricks on us
(it worked before on gcc3.2/Linux and with VC++ 6, but not
with gcc3.1/MacOSX)


# 00fbf2af 03-Jul-2003 Hartmut Holzgraefe

VCWD awareness and (hopefully) windows compile fix


# a7edbe04 03-Jul-2003 Hartmut Holzgraefe

PHP glob() will now emulate GLOB_ONLYDIR on non-GNU systems


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

updating license information in the headers.


# fde80076 04-Jun-2003 foobar

No C++ comments and extra tabs.


# c83ed19a 03-Jun-2003 Hartmut Holzgraefe

handle return value for "no matches" on systems that don't return
GLOB_NOMATCH consistent to those that do (return array(), not FALSE)


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# 747822c6 05-May-2003 Thies C. Arntzen

fixed FMR


Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 912bef37 27-Feb-2003 Ilia Alshanetsky

Fixed compiler warning.


# 2b90480f 19-Feb-2003 foobar

scandir -> php_scandir, alphasort -> php_alphasort


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 2d0f4324 28-Jan-2003 Ilia Alshanetsky

Added scandir() function, which allows quick retrieval of all files &
directories within the specified path and sort the output in alphabetical
or reverse alphabetical order.


# c7441b23 27-Jan-2003 Edin Kadribasic

Fixed bug #21597 (made glob() understand windows paths)


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0
# 0764c310 23-Dec-2002 Melvyn Sopacua

Verify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn't
supported and there are no matches.

# BSDi/Mac OSX are affected.


Revision tags: php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING
# dadfd6e9 15-Nov-2002 foobar

ws fix


# bdeb45b3 14-Nov-2002 Stig Bakken

Added PATH_SEPARATOR constant


Revision tags: php-4.3.0RC1
# 253cecd4 13-Nov-2002 John Coggeshall

Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()
function.

Modified the layout and some minor logic in the experimental webHarness()
test class

Added

Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()
function.

Modified the layout and some minor logic in the experimental webHarness()
test class

Added Whitespace accidently to array.c :)

show more ...


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1
# ef9b51bc 07-Oct-2002 Rasmus Lerdorf

readdir() was returning NULL instead of FALSE when used on an invalid
directory handle. If someone forgot to check (as someone here did) that
the opendir() succeeded, and then followed the d

readdir() was returning NULL instead of FALSE when used on an invalid
directory handle. If someone forgot to check (as someone here did) that
the opendir() succeeded, and then followed the documented usage by checking
readdir()!==FALSE things would go awry. The ZEND_FETCH_RESOURCE macro
explicitly does a RETURN_NULL on failure which is not what we want in this
case, so work around it. No need to change it for the OO case since the
object is not created if the opendir fails.

show more ...


# 5610e348 04-Oct-2002 Rasmus Lerdorf

Kill a few more warnings


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# ec340e03 28-Sep-2002 Yasuo Ohgaki

It must be GLOB_NOCHECK instead of GLOB_NOMATCH.
GLOB_NOMATCH does not make sense at all.


# 08d3ad40 27-Sep-2002 foobar

ws


# 5797668c 27-Sep-2002 Hartmut Holzgraefe

/tmp/cvsmLUuXQ


# 7dae78b7 27-Sep-2002 Yasuo Ohgaki

No need to define GLOB_NOMATCH.


# 1f227cd2 26-Sep-2002 Jan Lehnardt

- GLOB_NOMATCH and GLOB_NOESCAPE are only defined in win32/glob.h
- fixes build on FreeBSD 4.6


# 7d87baba 26-Sep-2002 Yasuo Ohgaki

Remove dup


# f5426838 26-Sep-2002 Sebastian Bergmann

Fix ZTS build. Fix warning.


1234567891011