History log of /PHP-5.5/ext/spl/spl_directory.c (Results 76 – 100 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# 4737910b 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())


# 0ab7f1ce 23-Mar-2011 Felipe Pena

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


# f06e3ba5 19-Mar-2011 Gustavo André dos Santos Lopes

- Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting
with \0).


# 8deb11c0 19-Mar-2011 Gustavo André dos Santos Lopes

- Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting
with \0).


Revision tags: php-5.3.6, php-5.3.6RC3
# 67fa13a3 08-Mar-2011 Felipe Pena

- Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults)


# c7e7de34 08-Mar-2011 Felipe Pena

- Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults)


Revision tags: php-5.3.6RC2
# 54a7e5d7 20-Feb-2011 Felipe Pena

- Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension()


# a47eb9a4 20-Feb-2011 Felipe Pena

- Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension()


Revision tags: php-5.3.6RC1
# 14c6cc5b 11-Feb-2011 Peter Cowburn

MFH - Added SplFileInfo::getExtension() (FR #48767)


# 6bc25ca2 04-Feb-2011 Adam Harvey

Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris
Jones; test updates by myself.


# a7d4b80c 04-Feb-2011 Adam Harvey

Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris
Jones; test updates by myself.


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# 064a2544 23-Dec-2010 Peter Cowburn

Implemented FR #48767 (SplFileInfo::getExtension())


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 6958cb4a 14-Nov-2010 Felipe Pena

- Added missing void arg checks


# 8192f0f7 14-Nov-2010 Felipe Pena

- Added missing void arg checks


# 6cb7ea40 09-Nov-2010 Adam Harvey

Implemented FR #53264 (Add fputcsv method to SplFileObject).


# 150a741f 09-Nov-2010 Adam Harvey

Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).


# 84dc845f 09-Nov-2010 Adam Harvey

Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).


1234567891011