History log of /PHP-5.4/ext/spl/spl_directory.c (Results 101 – 125 of 225)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7f5079ab 11-Sep-2008 Arnaud Le Blanc

MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)


# c77ca4c3 08-Aug-2008 Etienne Kneuss

MFH: Fix error_handling usage in various extensions


Revision tags: php-4.4.9, php-5.3.0alpha1
# 691d4a69 25-Jul-2008 Dmitry Stogov

Fixed uninitialised data


# 0aeea4bd 24-Jul-2008 Steph Fox

MFH SPL_FILE_DIR_UNIXPATHS.


# d78f5554 23-Jul-2008 Marcus Boerger

- [DOC] Add FilesystemIterator::SKIP_DOTS (flag to skip '.' and '..' in iteration)


Revision tags: php-4.4.9RC1
# 8dafec40 19-Jul-2008 Etienne Kneuss

MFH: Implement DirectoryIterator::seek


# 767eaa7a 08-Jul-2008 Etienne Kneuss

MFH: - Fix filename in debug_info
- Fix #45345 (getPathInfo on the file instead of the dir)
- Remove trailing / on input


# 9d4ede19 02-Jul-2008 Antony Dovgal

MFH: check return value of hash_find()


# 4e80cf8b 18-Jun-2008 Etienne Kneuss

MFH: Fix #45216 (Add a default size for fgetss)


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 3681756c 20-May-2008 Etienne Kneuss

MFH: Fix path lookup when include_path is used


# 242f779f 18-May-2008 Etienne Kneuss

MFH: Fix filesystemiterator with ./.. + add cloning tests


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5
# 54b70b60 09-Apr-2008 Etienne Kneuss

MFH: Fix #44511 (Ensure no exception was already thrown by php_stream_opendir)


Revision tags: php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# c17997d4 13-Mar-2008 Marcus Boerger

- MFH Fix possible memory corruption


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 1d98b272 13-Feb-2008 Marcus Boerger

- MFH Make this behave like in <= 5.2.5 and test for it


# 8f6a6a80 04-Feb-2008 Marcus Boerger

- MFH Fix/add folding markers


# 81a5389a 04-Feb-2008 Marcus Boerger

- MFH Really fix flag handling


# b7a04d78 04-Feb-2008 Marcus Boerger

- MFH Fix #44018 (RecursiveDirectoryIterator options inconsistancy)


# a547c556 04-Feb-2008 Marcus Boerger

- MFH Fix default flag value in contructor


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


123456789