History log of /PHP-7.2/ext/spl/php_spl.c (Results 126 – 150 of 243)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 7cced8f5 01-Feb-2008 Marcus Boerger

- Fix build, thanks Christian Rodriguez for noticing
# I wonder why the other machine didn't catch this


# 6b778b0d 27-Jan-2008 Marcus Boerger

- MFH revert over constfying


# 65e86e45 25-Jan-2008 Nuno Lopes

more const kewywording
remove spl_functions_none var (wast used anywhere


# 1b4cac77 15-Jan-2008 Etienne Kneuss

MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPL


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
# 648fbe9d 22-Nov-2007 Dmitry Stogov

Fixed bug #43128 (Very long class name causes segfault)


# c3ab6bd0 20-Nov-2007 Dmitry Stogov

Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)


Revision tags: 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, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

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


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# a3899eda 19-May-2007 Ilia Alshanetsky

Fixed typo in constant name


# c554031b 19-May-2007 Ilia Alshanetsky

Eliminate memory allocation in RINIT for spl


Revision tags: 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
# b08cfa88 06-Apr-2007 Marcus Boerger

- Better fix for #40091


Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# b5228f0c 10-Jan-2007 Ilia Alshanetsky

Fixed bug #40091 (spl_autoload_register with 2 instances of the same class).


12345678910