History log of /PHP-5.5/ext/spl/spl_array.c (Results 101 – 125 of 210)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bfad3071 16-Dec-2007 Hannes Magnusson

Fix typo


# 7c1087f0 12-Dec-2007 David Coallier

- Nitpicking, using same code (without unicode handling) than in HEAD
just removed useless } else {


# d4cbb77c 07-Dec-2007 Rob Richards

fix win build


# cd77dc12 06-Dec-2007 Marcus Boerger

- Fix for #41528 (Classes extending ArrayObject do not serialize correctly)


# d71b3de7 05-Dec-2007 Marcus Boerger

- Fixing #38618 by:
- [DOC] ArrayIterator::CHILD_ARRAYS_ONLY, ArrayObject::CHILD_ARRAYS_ONLY
Passing this flag in the ctor prevents ArrayIterator from following
objects in ArrayObject

- Fixing #38618 by:
- [DOC] ArrayIterator::CHILD_ARRAYS_ONLY, ArrayObject::CHILD_ARRAYS_ONLY
Passing this flag in the ctor prevents ArrayIterator from following
objects in ArrayObject::getIterator(), ArrayIterator::hasChildren(),
ArrayIterator::getChildren().
The exact behavior might change:
- should the flag be set by default
- should the flag be changed to have a negative effect

show more ...


Revision tags: 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
# 56f9d570 18-Oct-2007 Marcus Boerger

- Fix #42654 (maybe also a bunch of others)


# 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
# bfed3520 20-Jul-2007 Antony Dovgal

MFH: fix #41691 (ArrayObject::exchangeArray hangs Apache)


# f132df4f 27-Jun-2007 Antony Dovgal

MFH: fix #41692 (ArrayObject shows weird behaviour in respect to inheritance)


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
# 515f4f6e 06-Apr-2007 Marcus Boerger

- Fix 40442


Revision tags: RELEASE_1_0_1
# eceb7fae 24-Mar-2007 Marcus Boerger

- MFH Drop double variable declaration


# 4c1c431a 20-Mar-2007 Marcus Boerger

- MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment
of string enclosed integers)


Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5
# ac3b5ebb 08-Feb-2007 Marcus Boerger

- MFH Rearrange code: mode Countable from spl_array.c to spl_iterator.c


Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 50685117 07-Jan-2007 Ilia Alshanetsky

Fixed bug #40036 (empty() does not work correctly with ArrayObject when
using ARRAY_AS_PROPS).


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

MFH: Bump year.


Revision tags: php-5.2.1RC1
# 5006fb2c 03-Nov-2006 Hannes Magnusson

MFH: Fix double "wrong param count" messages


Revision tags: php-5.2.0, php-5.2.0RC6
# 30423865 20-Oct-2006 Sara Golemon

MFH(r-1.114) Can't use real arrays held by ArrayObjects in write context


Revision tags: php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1
# c45c9748 11-Aug-2006 Nuno Lopes

fix #38402: wrong proto for Array*::offsetGet()


Revision tags: php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# ac3c882b 11-May-2006 Marcus Boerger

- Use of E_RECOVERABLE_ERROR


# 9afb3e04 10-May-2006 Marcus Boerger

- Update after api changes
- MFH
. ArrayIterator/ArrayObject: function lookup caches and array functions
. Added RegExIterator, RecursiveRegExIterator
. Added (full) caching sup

- Update after api changes
- MFH
. ArrayIterator/ArrayObject: function lookup caches and array functions
. Added RegExIterator, RecursiveRegExIterator
. Added (full) caching support for CachingIterator

show more ...


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# e8270edf 07-Apr-2006 Antony Dovgal

fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators


# c58e1fa5 04-Apr-2006 Marcus Boerger

- MFH
. Fixed bug #36941 (ArrayIterator does not clone itself)
. Fixed SEGV when ArrayObject/Iterator use reference to self
. Added tests


# 9a59df13 01-Apr-2006 Antony Dovgal

fix segfault when assigning value by ref and add test
(I consider it's wrong that we can't do it, but we shouldn't segfault anyway)


123456789