History log of /PHP-7.0/ext/spl/php_spl.c (Results 101 – 125 of 232)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# e094d1aa 26-Jan-2009 Etienne Kneuss

MFH: Improve spl_object_hash()


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# 97f64c39 30-Nov-2008 Hannes Magnusson

Fix arginfo


# ad672f1a 30-Nov-2008 Hannes Magnusson

MFH: Fix proto


Revision tags: php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 27e41ff4 06-Nov-2008 Etienne Kneuss

MFH: Fix #45976 (Move SXE from SPL to SimpleXML)


# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 32f9d0e1 14-Aug-2008 Marcus Boerger

- MFH Improve exception linking


Revision tags: php-4.4.9, php-5.3.0alpha1
# af05ce0a 26-Jul-2008 Dmitry Stogov

Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"


# feb85801 24-Jul-2008 Dmitry Stogov

LSB parent/self forwarding


# ae8ef6c1 22-Jul-2008 Marcus Boerger

- MFH Add MultipleIterator (Arnaud, Marcus)


Revision tags: php-4.4.9RC1
# ca647031 13-Jul-2008 Marcus Boerger

- Use new helper


# e4869828 12-Jul-2008 Marcus Boerger

- MFH Allow multiple exceptions in spl's autoload


# bedd3238 03-Jul-2008 Felipe Pena

- Added arginfo (functions)


# 0f5ddaf4 18-Jun-2008 Etienne Kneuss

MFH: Rename everything from SplFastArray to SplFixedArray


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# b5eaa100 06-Jun-2008 Etienne Kneuss

MFH: Implements C arrays wrapper


# 0cfdd9a7 25-May-2008 Etienne Kneuss

MFH: Add a prepend param to spl_autoload_register


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6
# 3a86a066 29-Apr-2008 Dmitry Stogov

Added missing lazy initialization


Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# af316021 16-Mar-2008 Marcus Boerger

- Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
This is against php-re2c repository versio

- Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
This is against php-re2c repository version 98
An older patch against version 97 is available under:
http://php.net/~helly/php-re2c-97-20080316.diff.txt

show more ...


Revision tags: php-5.2.6RC2
# 05ba20f9 29-Feb-2008 Etienne Kneuss

MFH: Fix #44144 (object methods as spl autoload functions returned correctly)


Revision tags: php-5.2.6RC1
# c54045a1 25-Feb-2008 Etienne Kneuss

MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation


Revision tags: RELEASE_1_3_1
# 36caad56 04-Feb-2008 Marcus Boerger

- MFH Fix messages and tests


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


12345678910