History log of /PHP-5.5/ext/spl/spl_directory.c (Results 51 – 75 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ac8ece27 02-Nov-2011 Peter Cowburn

add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201)


# 32f7337b 29-Oct-2011 Gustavo André dos Santos Lopes

- Reverted changes that required constructor overrides to invoke the parent
constructor in several SPL classes and applied 5.3 fixes instead.
Related bugs: #54384, #55175 and #55300


# 41abc6d0 29-Oct-2011 Gustavo André dos Santos Lopes

- Reverted changes that required constructor overrides to invoke the parent
constructor in several SPL classes and applied 5.3 fixes instead.
Related bugs: #54384, #55175 and #55300


Revision tags: php-5.4.0beta2
# 3dabada8 30-Sep-2011 Hannes Magnusson

Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator


# 317f933c 30-Sep-2011 Hannes Magnusson

Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator


Revision tags: php-5.4.0beta1
# c35d34a1 09-Sep-2011 Pierre Joye

- nuke unused var


# 7a3d89a9 09-Sep-2011 Pierre Joye

- nuke unused var


# ba07a1c7 09-Sep-2011 Pierre Joye

- improve r316420, function must return a value


# 2d9f7584 09-Sep-2011 Pierre Joye

- improve r316420, function must return a value


# 6550af38 08-Sep-2011 Pierre Joye

- improve r316420 (SplFileObject cannot and should not accept directories)


# de12ac02 08-Sep-2011 Pierre Joye

- improve r316420 (SplFileObject cannot and should not accept directories)


# 1e04e19a 08-Sep-2011 Etienne Kneuss

MFH: adapt check for __construct bypass


# 4ccef0b9 08-Sep-2011 Pierre Joye

- improve r316420 (SplFileObject cannot and should not accept directories)


# 38c698c0 08-Sep-2011 Pierre Joye

- improve r316420 (SplFileObject cannot and should not accept directories)


# 5cc76630 08-Sep-2011 Etienne Kneuss

SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it

SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it isn't a directory, if it is, it fails with an exception. Tests have been changed accordingly.

show more ...


# 3afb143e 08-Sep-2011 Etienne Kneuss

SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it

SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it isn't a directory, if it is, it fails with an exception. Tests have been changed accordingly.

show more ...


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7
# cf2db201 12-Aug-2011 Etienne Kneuss

Fix CID 547, make static analyzer happy


Revision tags: php-5.3.7RC5
# 482e4b9d 08-Aug-2011 Etienne Kneuss

Fix validator for SplFileInfo constructor


Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# 438cc3e2 26-Jul-2011 Pierre Joye

- use cwd_expand now


# 5107df2d 26-Jul-2011 Pierre Joye

- use cwd_expand now


# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 9805e167 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


# cc1c7af0 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


1234567891011