447 Commits (ba05723fd95aa2eace6ac24feaba89781d8a6ffb)

Author SHA1 Message Date
Dmitry Stogov c78ec1615a Fixed call to estrndup() with invalid length 22 years ago
Antony Dovgal a13b29add7 fix #30833 (array_count_values modifying input array) 22 years ago
Ilia Alshanetsky b30d8beebf Simplify argument checking code for array_combine(). 22 years ago
Marcus Boerger e38141478a - Check another incarnation of bug #30266 22 years ago
Andrey Hristov 070147105f Fixed #30871 22 years ago
Marcus Boerger faae6ac159 - Do not touch return_valu's refcount or is_ref 22 years ago
Andrei Zmievski f8fc9a3256 Check that object can actually return a class entry. I need this for a 22 years ago
Derick Rethans ff1687731d - Fixed bug #32021: Crash caused by range('', 'z') 22 years ago
Rob Richards bb9ba8e36e fix segfault when retval_ptr is empty - such as when exception thrown 22 years ago
Stanislav Malyshev 7b241027fa fix memory leak if function call fails 22 years ago
Antony Dovgal 38d8e20f68 destroy return_value and fix leak in array_fill() 22 years ago
Antony Dovgal 33c24b5436 fix leak (init array only if we got valid start key) 22 years ago
Antony Dovgal b6b8bf0010 fix array_walk_recursive() so it doesn't reuse cached fci between calls 22 years ago
Antony Dovgal ccc6462cc5 revert my previous patch as it breaks more than fixes 22 years ago
Antony Dovgal dbc0bb7514 fix #29954 (array_reduce segfaults when initial value is array) 22 years ago
Antony Dovgal 2a588879ef fix bug #30587 (array_multisort doesn't separate zvals before changing them) 22 years ago
Marcus Boerger c18e248e60 - Remove doubled definition 22 years ago
Marcus Boerger b0c2af58f7 - Add some comment 22 years ago
Marcus Boerger 2ce7bcd742 - Allow direct access to spl class entries (SPL cannot be build shared) 22 years ago
Marcus Boerger db47e478c5 - Use new way for global variables 22 years ago
Marcus Boerger 8e3a8b1e8e - Add interface Countable (PECL #30113) 22 years ago
Andi Gutmans 11bcaedfc8 - Rename delete_global_variable() to zend_delete_global_variable() 22 years ago
Andi Gutmans db507dd153 - Commit the variable fetch optimization. 22 years ago
Derick Rethans 7795da58e6 - Added new boolean (fourth) parameter to array_slice() that turns on the 22 years ago
Derick Rethans 4bae5cb4d0 - MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions which 22 years ago
Ilia Alshanetsky fe73e4d851 Fixed bug #29808 (array_count_values() breaks with numeric strings). 22 years ago
Andi Gutmans 0286913937 - Use FREE_HASHTABLE() 22 years ago
Moriyoshi Koizumi 51fc7b8ea5 - Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred 22 years ago
Ilia Alshanetsky 739696d2d7 Fixed but #29437 (Possible crash inside array_walk_recursive()). 22 years ago
Andrey Hristov e64af9a898 proto fix 22 years ago
Andrey Hristov d77a3f92e6 make behavior a bit field 22 years ago
Andrey Hristov 5e5d2640fb add array_: 22 years ago
Andrey Hristov 0eef82a733 fixing bug #28974 : overflow in array_slice() 22 years ago
Andrey Hristov 268d3d7ba3 fixing bug #28739 22 years ago
Andrey Hristov 7af08c0c34 fixing bug 29038: 22 years ago
Ilia Alshanetsky 4ebcb2ecfe Fixed bug #29008 (array_combine() does not handle non-numeric/string keys). 22 years ago
Ilia Alshanetsky 79c28f7618 Fixed bug #29049 (array sorting via user function/method does not validate 22 years ago
Wez Furlong 263723ec9b Update for count_elements handler for overloaded objects. 22 years ago
Ilia Alshanetsky c85843aec1 MFB: Revert patch for bug #27782. 23 years ago
Ilia Alshanetsky ec4655f864 Fixed bug #27782 (Wrong behaviour of next(), prev() and each()). 23 years ago
Andrey Hristov eaab3ef8cd this should not belong to HEAD 23 years ago
Andrey Hristov 9957fc6305 Added third parameter (optional) to array_keys for strictness. It behaves 23 years ago
Andrey Hristov 9e5df0c666 HEAD is now bundled only with ZE2 23 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 years ago
Andrey Hristov 638b940307 New array functions for doing intersection of arrays that are complementary 23 years ago
Ilia Alshanetsky 31a3c87159 Fixed clobbering of the source array, when merging complex 23 years ago
Moriyoshi Koizumi 75bb36ed09 Fixed bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS) 23 years ago
Andrey Hristov 40088d0bbc smash a segmentation fault 23 years ago
Andrey Hristov 02827c46be Memory leak fixed (no need of MFH since this is code specific to PHP5) 23 years ago
Hartmut Holzgraefe 075e66cc08 signed/unsigned compiler warning fixes 23 years ago