History log of /PHP-7.2/ext/spl/spl_directory.c (Results 151 – 175 of 365)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 80cb6e56 11-Mar-2012 Felipe Pena

- Fixed memory leak when calling SplFileInfo's constructor twice


Revision tags: php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2
# 28d1bc37 11-Nov-2011 Felipe Pena

- Fixed bug #60261 (phar dos null pointer)


# c1e510ae 11-Nov-2011 Felipe Pena

- Fixed bug #60261 (phar dos null pointer)


# 72a133f1 11-Nov-2011 Felipe Pena

- Fixed bug #60261 (phar dos null pointer)


Revision tags: php-5.4.0RC1, php-5.3.9RC1
# 9b86852d 02-Nov-2011 Peter Cowburn

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


# 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


12345678910>>...15