Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean some dead code (with static analysis help) | Nuno Lopes | 2008-09-23 | 1 | -1/+0 | |
| | ||||||
* | MFH: | Felipe Pena | 2008-08-29 | 1 | -134/+56 | |
| | | | | | | | | - 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) | |||||
* | MFH: Allow mixed $initial (patch by Christian Seiler) | Lars Strojny | 2008-08-20 | 1 | -4/+5 | |
| | ||||||
* | - MFH: New parameter parsing API | Felipe Pena | 2008-08-17 | 1 | -73/+18 | |
| | ||||||
* | - MFH: New parameter parsing API (for min() and max()) | Felipe Pena | 2008-08-10 | 1 | -43/+46 | |
| | ||||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 | |
| | ||||||
* | MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas) | Johannes Schlüter | 2008-07-31 | 1 | -9/+94 | |
| | ||||||
* | - MFH: Improved parameter handling | Felipe Pena | 2008-07-24 | 1 | -12/+19 | |
| | ||||||
* | - MFH: Fixed bug #45605 (array_uintersect_assoc gives incorrect error message) | Felipe Pena | 2008-07-23 | 1 | -1/+5 | |
| | ||||||
* | MFH: Fix resolution rule of count vs. handler | Etienne Kneuss | 2008-07-09 | 1 | -9/+10 | |
| | ||||||
* | MFH: Initialize with length instead of 0 | Matt Wilmas | 2008-06-02 | 1 | -1/+1 | |
| | ||||||
* | fix uninitialized variable | Antony Dovgal | 2008-06-02 | 1 | -1/+1 | |
| | ||||||
* | MFH: Only check args once in php_array_diff_key/intersect_key, not on each ↵ | Matt Wilmas | 2008-05-30 | 1 | -36/+20 | |
| | | | | | | | iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) - Also, use new hash_quick_del function where possible | |||||
* | MFH: Add array_init_size() and use it where array size is known at ↵ | Matt Wilmas | 2008-05-27 | 1 | -28/+71 | |
| | | | | initialization | |||||
* | - Making compatible with 64bit plataform | Felipe Pena | 2008-05-18 | 1 | -1/+1 | |
| | ||||||
* | fix compile warnings | Antony Dovgal | 2008-05-04 | 1 | -3/+3 | |
| | ||||||
* | Lazy EG(active_symbol_table) initialization | Dmitry Stogov | 2008-04-29 | 1 | -0/+8 | |
| | ||||||
* | MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" ↵ | Felipe Pena | 2008-03-12 | 1 | -1/+1 | |
| | | | | comes again...) | |||||
* | Fixed Bug #44212 (array_diff_assoc not reporting missing arguments) | Felipe Pena | 2008-02-22 | 1 | -2/+10 | |
| | ||||||
* | MFH: recursion protection in count() | Antony Dovgal | 2008-02-15 | 1 | -0/+7 | |
| | ||||||
* | MFB: Fixed Bug #42838 (Wrong results in array_diff_uassoc) | Felipe Pena | 2008-02-14 | 1 | -6/+7 | |
| | ||||||
* | Fixed memory leak | Dmitry Stogov | 2008-02-14 | 1 | -0/+1 | |
| | ||||||
* | array_slice() - Fixed behavior when NULL is given in third parameter (BC) | Felipe Pena | 2008-02-12 | 1 | -3/+7 | |
| | ||||||
* | MFH | Antony Dovgal | 2008-02-11 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #44046 (crash inside array_slice() function with an invalid | Ilia Alshanetsky | 2008-02-05 | 1 | -7/+3 | |
| | | | | | by-ref offset). | |||||
* | Fixed bug #43505 (Assign by reference bug) | Dmitry Stogov | 2008-01-29 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix #43596 (array_slice(): $length arg ignored when it is 0) | Antony Dovgal | 2008-01-29 | 1 | -2/+6 | |
| | ||||||
* | MFH: fix zts build | Rob Richards | 2008-01-25 | 1 | -3/+3 | |
| | ||||||
* | MFH: endless loop (and stack overflow) protection in compact() | Antony Dovgal | 2008-01-25 | 1 | -0/+8 | |
| | ||||||
* | MFH: fix #43559 (array_merge_recursive() doesn't behave as expected with ↵ | Antony Dovgal | 2008-01-23 | 1 | -2/+12 | |
| | | | | | | | duplicate NULL values) patch by Felipe | |||||
* | MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982 | Brian Shire | 2008-01-14 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: - Fixed bug #43541 | Jani Taskinen | 2007-12-11 | 1 | -7/+4 | |
| | ||||||
* | Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays) | Ilia Alshanetsky | 2007-12-05 | 1 | -1/+12 | |
| | ||||||
* | MFB: Fixed bug #43482 (array_pad() does not warn on very small pad | Ilia Alshanetsky | 2007-12-03 | 1 | -0/+5 | |
| | | | | | numbers). | |||||
* | Fixed bug #43386 (array_globals not reset to 0 properly on init) | Ilia Alshanetsky | 2007-11-25 | 1 | -1/+1 | |
| | ||||||
* | MFH: - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input) | Jani Taskinen | 2007-11-06 | 1 | -4/+38 | |
| | ||||||
* | Fixed bug #43197 (array_intersect_assoc() does not emit warning messages for | Ilia Alshanetsky | 2007-11-05 | 1 | -0/+2 | |
| | | | | | error inputs) | |||||
* | - MFH from HEAD: | Jani Taskinen | 2007-11-02 | 1 | -1484/+1075 | |
| | | | | | | | | | | | | . 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. | |||||
* | MFH: fix typo | Jani Taskinen | 2007-10-31 | 1 | -4/+4 | |
| | ||||||
* | Fixed bug #43020 (Warning message is missing with shuffle() and more than ↵ | Scott MacVicar | 2007-10-18 | 1 | -1/+1 | |
| | | | | one argument) | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -18/+18 | |
| | ||||||
* | MF5_2: improved recursion detection in array_walk() | Antony Dovgal | 2007-10-02 | 1 | -1/+3 | |
| | | | | | fixes #42752, though the leaks are still there | |||||
* | MFH: sync (adds php_prefix_varname() API function) | Jani Taskinen | 2007-10-01 | 1 | -101/+99 | |
| | ||||||
* | Fixed memory leak inside array_intersec (coverity issues #403,#404) | Ilia Alshanetsky | 2007-09-22 | 1 | -0/+8 | |
| | ||||||
* | Fixed memory leak inside array_diff() (coverity issues #401,#402) | Ilia Alshanetsky | 2007-09-22 | 1 | -0/+2 | |
| | ||||||
* | MFH: plug leak on error (coverity issue #405) | Antony Dovgal | 2007-09-21 | 1 | -0/+2 | |
| | ||||||
* | Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc(). | Dmitry Stogov | 2007-09-21 | 1 | -6/+79 | |
| | ||||||
* | Improved speed of array_intersect_key(), array_intersect_assoc() and ↵ | Dmitry Stogov | 2007-09-20 | 1 | -6/+147 | |
| | | | | array_uintersect_assoc(). (100 times faster on arrays with 100000 elements) | |||||
* | - Fix the fix for bug #42233 | Jani Taskinen | 2007-08-10 | 1 | -18/+20 | |
| |