#
1ac71c4f |
| 04-Mar-2007 |
Ilia Alshanetsky |
Fixed bug #40709 (array_reduce() behaves strange with one item stored arrays). |
Revision tags: 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 |
|
#
2c36778e |
| 22-Jan-2007 |
Antony Dovgal |
MFH: fix #40191 (use of array_unique() with objects triggers segfault) |
Revision tags: php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year. |
#
5bf3df53 |
| 17-Dec-2006 |
Brian Shire |
Fixed bug #30074 extract with EXTR_REFS was setting EG(unitialized_zval_ptr)->is_ref=1, affecting subsequent usage Added test |
Revision tags: php-5.2.1RC1 |
|
#
e64cb1ae |
| 10-Dec-2006 |
Ilia Alshanetsky |
Optimize extract() # Patch by Brian Shire |
#
df1a1c84 |
| 22-Nov-2006 |
Antony Dovgal |
MFH: fix #39576 (array_walk() doesn't separate userdata zval) |
#
eca1911b |
| 15-Nov-2006 |
Antony Dovgal |
fix leak, add test |
#
d4a64fba |
| 12-Nov-2006 |
Ilia Alshanetsky |
removed bogus char |
#
e0d385a3 |
| 12-Nov-2006 |
Ilia Alshanetsky |
Optimized array functions utilizing php_splice(). |
#
7b81e554 |
| 12-Nov-2006 |
Hannes Magnusson |
MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave) |
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
8581c732 |
| 03-Oct-2006 |
Ilia Alshanetsky |
optimize zend_hash_init() with known hash table sizes. |
#
59fabbb4 |
| 03-Oct-2006 |
Hannes Magnusson |
MFH: compact() doesnt throw "wrong param count" |
#
e1ff6fe8 |
| 19-Sep-2006 |
Antony Dovgal |
support objects in array_walk*() |
#
dba1f1d4 |
| 19-Sep-2006 |
Antony Dovgal |
MFH: fix #34066 (recursive array_walk causes segfault) add tests |
Revision tags: php-5.2.0RC4 |
|
#
8e86a189 |
| 06-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #38464 (array_count_values() mishandles numeric strings). |
Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3 |
|
#
3d7a1c39 |
| 30-Jul-2006 |
Andrei Zmievski |
Make array_merge(_recursive) handle binary keys safely. (Patch by Matt W) |
Revision tags: php-5.2.0RC1 |
|
#
8474838a |
| 24-Jul-2006 |
Andrei Zmievski |
+1 for keys |
#
bb430b37 |
| 22-Jul-2006 |
Andrei Zmievski |
Gah. |
#
d827c763 |
| 22-Jul-2006 |
Andrei Zmievski |
Matt should be happy now. |
#
12231191 |
| 21-Jul-2006 |
Andrei Zmievski |
MFH |
#
31a8d6a6 |
| 15-Jul-2006 |
Marcus Boerger |
- MFH array_fill_keys, better unicode support, use new param parsing API |
#
87c64280 |
| 15-Jul-2006 |
Marcus Boerger |
- MFH Added array_fill_keys(). (Marcus, Mathew W) |
Revision tags: php-4.4.3RC2 |
|
#
ec420c3d |
| 26-Jun-2006 |
Hannes Magnusson |
Updated protos & vim folding |
#
5735927d |
| 03-Jun-2006 |
Andrei Zmievski |
I swear it wasn't me. |
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
9047558f |
| 12-Apr-2006 |
Johannes Schlüter |
- MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked) |