History log of /PHP-5.5/ext/spl/spl_directory.c (Results 151 – 175 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b628fc21 02-Feb-2008 Marcus Boerger

- MFH Synch directory changes
[DOC]
# Class FilesystemIterator was introduced to have a better DirectoryIterator
# without having to change DirectoryIterator or RecursiveDirectoryIterator

- MFH Synch directory changes
[DOC]
# Class FilesystemIterator was introduced to have a better DirectoryIterator
# without having to change DirectoryIterator or RecursiveDirectoryIterator.
# On top of FilterIterator the new GlobIterator was introduced. This one allows
# to implement Countable(). But a glob stream flattens all structure, so it
# cannot be derived from RedursiveIterator. With the new structure all children
# of FilesystemIterator have nearly the same behavior. Just their capabilities
# are a bit different. Check out new inheritance tree on SplFileInfo:
#
# [marcus@frodo PHP_5_3]$ php ext/spl/examples/class_tree.php SplFileInfo
# make: `sapi/cli/php' is up to date.
# SplFileInfo
# |-DirectoryIterator (Iterator)
# | \-FilesystemIterator
# | |-GlobIterator (Countable)
# | \-RecursiveDirectoryIterator (RecursiveIterator)
# | \-Phar (ArrayAccess, Countable)
# |-PharFileInfo
# \-SplFileObject (RecursiveIterator, SeekableIterator)
# \-SplTempFileObject

show more ...


# 78a9df90 31-Jan-2008 Elizabeth Marie Smith

Fix windows build


# 116539a5 30-Jan-2008 Marcus Boerger

- WS


# ef945354 30-Jan-2008 Marcus Boerger

- Sub path may be NULL


# 0b71904a 30-Jan-2008 Marcus Boerger

- Fixed glob:// stream handling in (Recursive)DirectoryIterator.


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5
# b4892511 02-Nov-2007 Jani Taskinen

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* func

- MFH from HEAD:
. Folding tags
. Parameter parsing
. SPL debug info
. array function improvements (not all yet)
. Improvements to function calling with call_user_* functions
. Improvements to debugging info in var_dump/print_r
# I propably forgot already something but this all was pretty close tied
# to each other so it wasn't possible to do it in parts.

show more ...


Revision tags: php-5.2.5RC2, php-5.2.5RC1
# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3
# fd841a44 05-Oct-2007 David Soria Parra

WS fix. Space instead of tab.


# 7db53fe0 05-Oct-2007 David Soria Parra

WS/Indent fix


Revision tags: RELEASE_1_2_2
# d4e8fa62 03-Oct-2007 David Soria Parra

MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.
[DOC] 5th parameter available since PHP 5.3+


# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


# ddc18715 22-Sep-2007 Ilia Alshanetsky

Improve check for filename (fixed coverity issue #355)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3
# 25499290 21-Aug-2007 Johannes Schlüter

- MFH: Fix Bug #42364 Crash when using getRealPath with DirectoryIterator


Revision tags: php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# cf53dfaf 05-Jun-2007 Antony Dovgal

MFH


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 4de76f02 09-Apr-2007 Dmitry Stogov

Fixed 64-bit support


Revision tags: RELEASE_1_0_1
# fa29c1a2 04-Mar-2007 Marcus Boerger

- Fix copy'n'paste issues


# ed359b45 04-Mar-2007 Marcus Boerger

- MFH simplify, synch docu/implementation


# e5397c07 03-Mar-2007 Marcus Boerger

- MFH [DOC] Add SplFileInfo::getBasename(), DirectoryIterator::getBasename
- MFH Add SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath()
# All based on suggestions by Arnold Daniels


Revision tags: php-4.4.6
# efad70c2 27-Feb-2007 Ilia Alshanetsky

snprintf() -> slprintf()


Revision tags: php-4.4.6RC1
# f44b63c5 20-Feb-2007 Marcus Boerger

- Make stat based functions throw an exception


# ba4cbbaf 19-Feb-2007 Marcus Boerger

- Bugfix #40546: SplFileInfo::getPathInfo() throws an execption if directory is in root dir.


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 52d53543 25-Dec-2006 Ilia Alshanetsky

Allocation safety checks


Revision tags: php-5.2.1RC1
# 1182b325 12-Nov-2006 Hannes Magnusson

MFH: SplFileObject::getFilename() no longer overwrites SplFileInfo::getFilename()
(SplFileObject::getFilename() therefor only returns the filename now)


1234567891011