Dmitry Stogov
4d8f18ce97
Fixed bug #47329 (Crash in garbage collector)
2009-02-09 10:47:09 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Arnaud Le Blanc
2dd8d6ff94
MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)
2008-12-27 03:06:57 +00:00
Andrei Zmievski
dddbfccb9f
MFH
2008-12-12 19:20:49 +00:00
Arnaud Le Blanc
6a6289a90d
MFH: Fixed bugs #44181 & #44182 (extract() and references)
...
(robin_fernandes at uk dot ibm dot com)
2008-11-26 00:59:41 +00:00
Stanislav Malyshev
45572a498a
restore BC for arrays
...
[DOC] natsort, natcasesort, usort, uasort, uksort, array_flip, array_unique
still won't work with objects
2008-11-24 18:12:17 +00:00
Arnaud Le Blanc
d69dfa4b9f
MFH: initialize optional vars
2008-10-21 22:08:38 +00:00
Nuno Lopes
8a77e55566
clean some dead code (with static analysis help)
2008-09-23 15:18:26 +00:00
Felipe Pena
42feeddd40
MFH:
...
- Removed the undocumented object support in the leftover array functions [DOC]
(natcasesort, natsort, array_walk, array_walk_recursive, array_unique, array_key_exists)
- Changed HASH_OF() to Z_ARRVAL_P()
- Fixed bug #45937 (array_walk and array_walk_recursive can alter private/protected object variable)
2008-08-29 03:05:43 +00:00
Lars Strojny
080157870f
MFH: Allow mixed $initial (patch by Christian Seiler)
2008-08-20 20:35:40 +00:00
Felipe Pena
252d7d76a8
- MFH: New parameter parsing API
2008-08-17 22:14:14 +00:00
Felipe Pena
f2fc267e3a
- MFH: New parameter parsing API (for min() and max())
2008-08-10 17:50:44 +00:00
Felipe Pena
e304515ddb
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
2008-08-02 04:46:07 +00:00
Johannes Schlüter
b9f7b21ec1
MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas)
2008-07-31 20:18:17 +00:00
Felipe Pena
a1ce847cd5
- MFH: Improved parameter handling
2008-07-24 03:07:22 +00:00
Felipe Pena
a2cc7ec96a
- MFH: Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
2008-07-23 16:28:46 +00:00
Etienne Kneuss
8ceb0b6fd3
MFH: Fix resolution rule of count vs. handler
2008-07-09 21:29:52 +00:00
Matt Wilmas
572adc05e4
MFH: Initialize with length instead of 0
2008-06-02 11:20:59 +00:00
Antony Dovgal
779769563c
fix uninitialized variable
2008-06-02 10:27:55 +00:00
Matt Wilmas
c1126cc5b6
MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
...
- Also, use new hash_quick_del function where possible
2008-05-30 10:55:14 +00:00
Matt Wilmas
7da75d81e7
MFH: Add array_init_size() and use it where array size is known at initialization
2008-05-27 10:29:33 +00:00
Felipe Pena
d90f689d73
- Making compatible with 64bit plataform
2008-05-18 15:42:09 +00:00
Antony Dovgal
7633511047
fix compile warnings
2008-05-04 11:26:50 +00:00
Dmitry Stogov
2ecf4bb0a7
Lazy EG(active_symbol_table) initialization
2008-04-29 08:15:20 +00:00
Felipe Pena
eea093b47c
MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...)
2008-03-12 19:18:42 +00:00
Felipe Pena
f7078d469c
Fixed Bug #44212 (array_diff_assoc not reporting missing arguments)
2008-02-22 13:28:40 +00:00
Antony Dovgal
0970b9f5e9
MFH: recursion protection in count()
2008-02-15 09:33:09 +00:00
Felipe Pena
aefe056911
MFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc)
2008-02-14 14:08:22 +00:00
Dmitry Stogov
4de1e20fbb
Fixed memory leak
2008-02-14 08:46:25 +00:00
Felipe Pena
ea3a6ed11f
array_slice() - Fixed behavior when NULL is given in third parameter (BC)
2008-02-12 01:31:12 +00:00
Antony Dovgal
038696fed1
MFH
2008-02-11 13:34:41 +00:00
Ilia Alshanetsky
6e9ef8e316
Fixed bug #44046 (crash inside array_slice() function with an invalid
...
by-ref offset).
2008-02-05 15:58:27 +00:00
Dmitry Stogov
382f1dddfa
Fixed bug #43505 (Assign by reference bug)
2008-01-29 10:45:07 +00:00
Antony Dovgal
183ed5b686
MFH: fix #43596 (array_slice(): $length arg ignored when it is 0)
2008-01-29 00:39:46 +00:00
Rob Richards
90f168deae
MFH: fix zts build
2008-01-25 15:52:48 +00:00
Antony Dovgal
2907ae9d73
MFH: endless loop (and stack overflow) protection in compact()
2008-01-25 13:42:36 +00:00
Antony Dovgal
67c8d8d95e
MFH: fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values)
...
patch by Felipe
2008-01-23 12:09:52 +00:00
Brian Shire
82874e094b
MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982
2008-01-14 22:09:52 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Jani Taskinen
9a4de086cb
MFH: - Fixed bug #43541
2007-12-11 09:47:21 +00:00
Ilia Alshanetsky
98bfa2ac74
Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays)
2007-12-05 19:55:31 +00:00
Ilia Alshanetsky
7192e8af15
MFB: Fixed bug #43482 (array_pad() does not warn on very small pad
...
numbers).
2007-12-03 14:13:27 +00:00
Ilia Alshanetsky
7cf9dcc81c
Fixed bug #43386 (array_globals not reset to 0 properly on init)
2007-11-25 15:56:07 +00:00
Jani Taskinen
7f0ad5c1e9
MFH: - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)
2007-11-06 13:26:59 +00:00
Ilia Alshanetsky
35ab31e7ad
Fixed bug #43197 (array_intersect_assoc() does not emit warning messages for
...
error inputs)
2007-11-05 23:53:23 +00:00
Jani Taskinen
b489251177
- 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.
2007-11-02 19:40:39 +00:00
Jani Taskinen
2d8dc07e3e
MFH: fix typo
2007-10-31 13:39:26 +00:00
Scott MacVicar
3fa7ec8508
Fixed bug #43020 (Warning message is missing with shuffle() and more than one argument)
2007-10-18 14:33:14 +00:00
Yiduo (David) Wang
4b4d634cb9
MFH: Added macros for managing zval refcounts and is_ref statuses
2007-10-07 05:22:07 +00:00
Antony Dovgal
1297fa1b8f
MF5_2: improved recursion detection in array_walk()
...
fixes #42752 , though the leaks are still there
2007-10-02 10:04:38 +00:00