#
f9ef6c87 |
| 24-Jul-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object)
|
Revision tags: php-4.4.9RC1 |
|
#
3d0d02f9 |
| 20-Jul-2008 |
Etienne Kneuss |
MFH: Fix build for solaris
|
#
f4c3f180 |
| 19-Jul-2008 |
Etienne Kneuss |
MFH: Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch)
|
#
0eea0a05 |
| 06-Jul-2008 |
Etienne Kneuss |
MFH: First part of count/handlers related fixes
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
06cef683 |
| 06-May-2008 |
Etienne Kneuss |
Add consistency with the flag
|
Revision tags: php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
fdf95a00 |
| 04-Feb-2008 |
Marcus Boerger |
- CS/WS
|
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 |
|
#
31fb02db |
| 17-Dec-2007 |
Ilia Alshanetsky |
Kill unused vars
|
#
aabb1c30 |
| 17-Dec-2007 |
Marcus Boerger |
- Fix folding
|
#
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).
|