Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - Fixed bug #42233 (Problems with æøå in extract()). | Jani Taskinen | 2007-08-08 | 1 | -9/+20 |
| | |||||
* | Fixed bug #41685 (array_push() fails to warn when next index is already | Ilia Alshanetsky | 2007-06-24 | 1 | -1/+5 |
| | | | | | occupied). | ||||
* | Fixed bug #41686 (Omitting length param in array_slice not possible). | Ilia Alshanetsky | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | fix folding | Antony Dovgal | 2007-06-05 | 1 | -68/+51 |
| | |||||
* | Fixed bug #41121 (range() overflow handling for large numbers on 32bit | Ilia Alshanetsky | 2007-04-19 | 1 | -9/+9 |
| | | | | | machines). | ||||
* | fixes #40848 | Wez Furlong | 2007-03-18 | 1 | -1/+1 |
| | |||||
* | Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser) | Stanislav Malyshev | 2007-03-16 | 1 | -17/+17 |
| | |||||
* | Fixed bug #40709 (array_reduce() behaves strange with one item stored | Ilia Alshanetsky | 2007-03-04 | 1 | -3/+1 |
| | | | | | arrays). | ||||
* | MFH: fix #40191 (use of array_unique() with objects triggers segfault) | Antony Dovgal | 2007-01-22 | 1 | -3/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #30074 | Brian Shire | 2006-12-17 | 1 | -1/+1 |
| | | | | | | extract with EXTR_REFS was setting EG(unitialized_zval_ptr)->is_ref=1, affecting subsequent usage Added test | ||||
* | Optimize extract() | Ilia Alshanetsky | 2006-12-10 | 1 | -6/+4 |
| | | | | | # Patch by Brian Shire | ||||
* | MFH: fix #39576 (array_walk() doesn't separate userdata zval) | Antony Dovgal | 2006-11-22 | 1 | -2/+2 |
| | |||||
* | fix leak, add test | Antony Dovgal | 2006-11-15 | 1 | -0/+1 |
| | |||||
* | removed bogus char | Ilia Alshanetsky | 2006-11-12 | 1 | -1/+1 |
| | |||||
* | Optimized array functions utilizing php_splice(). | Ilia Alshanetsky | 2006-11-12 | 1 | -15/+5 |
| | |||||
* | MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave) | Hannes Magnusson | 2006-11-12 | 1 | -1/+1 |
| | |||||
* | optimize zend_hash_init() with known hash table sizes. | Ilia Alshanetsky | 2006-10-03 | 1 | -2/+2 |
| |