History log of /PHP-7.2/ext/spl/spl_directory.c (Results 251 – 275 of 365)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


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


1...<<1112131415