History log of /PHP-5.4/ext/spl/spl_directory.c (Results 26 – 50 of 225)
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++


# 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
# 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)


# 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


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

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


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

- nuke unused var


# 2d9f7584 09-Sep-2011 Pierre Joye

- improve r316420, function must return a value


# 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


# 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 ...


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, php-5.4.0alpha3, php-5.3.7RC4
# 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


# 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


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 32b5f8a1 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits


# cd2cdd25 05-Apr-2011 Gustavo André dos Santos Lopes

- Make SplFileInfo::_bad_state_ex final.


# 2975308e 04-Apr-2011 Gustavo André dos Santos Lopes

- Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and
SplTempFileObject crash when user-space classes don't call the paren
constructor).


# f7b7b6aa 27-Mar-2011 Gustavo André dos Santos Lopes

- Improved upon r309729.
- Extented strategy to remaining the classes on spl_directory.c, even those that don't crash.
- UPGRADING.
- Better bug54384.phpt, with all the classes covered.


# c2fe8939 27-Mar-2011 Gustavo André dos Santos Lopes

- Fixed bug #54384: Several SPL classes crash when parent constructor is
not called.
#Merge to 5.3 pending (slight BC break on AppendIterator, as it's no
#longer possible to defer the c

- Fixed bug #54384: Several SPL classes crash when parent constructor is
not called.
#Merge to 5.3 pending (slight BC break on AppendIterator, as it's no
#longer possible to defer the call to the parent constructor until
#after the constructor is performed).
#Bugs fixed in an atypical way for SPL. The parent constructor call
#check is performed at construction time by using a wrapper constructor
#instead of a check on the beginning of each instance method.
#Perhaps this should be uniformized in trunk; this method was mainly
#applied only to the ones crashing, except a few iterators (at least
#AppendIterator and RecursiveIteratorIterator).

show more ...


# 39e0aa4d 23-Mar-2011 Felipe Pena

- Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construct())


123456789