329 Commits (c4154145df03aafca2cd64d2fa34fbdfcd0ff00e)

Author SHA1 Message Date
Andrei Zmievski 5735927d86 I swear it wasn't me. 20 years ago
Johannes Schlüter 9047558fe3 - MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked) 20 years ago
Antony Dovgal f7ce1d6260 prevent segfault when exception is thrown from Countable::count() 20 years ago
Antony Dovgal 90d7fbe798 MFH: make the code cleaner 20 years ago
Marcus Boerger 5a69b29082 - Warning fixes by Steph 20 years ago
Andrei Zmievski 7deff63e3c Move array globals declarations back to the header file. 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Antony Dovgal b5aeda4e65 tweak the fix 20 years ago
Antony Dovgal f046cdf3fa fix #35821 (array_map() segfaults when exception is throwed from the callback) 20 years ago
foobar d0a54af4c5 MFH: Nuke php3 legacy 21 years ago
Ilia Alshanetsky 941a94ead4 Simplify code. 21 years ago
Ilia Alshanetsky d22d6910ad Fixed Bug #35014 (array_product() always returns 0). 21 years ago
Dmitry Stogov fa406902d5 Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope) 21 years ago
Dmitry Stogov f9fb94ff00 Reverted patch for bug #34934. Bug is marked as bogus. 21 years ago
Antony Dovgal 23d3ddea25 fix ws 21 years ago
Dmitry Stogov 75a548a7e9 Fixed bug #34934 (offsetExists is not called from array_key_exists) 21 years ago
Antony Dovgal 1b8ecbcf54 MFH: fix #34723 (array_count_values() strips leading zeroes) 21 years ago
Ilia Alshanetsky 8a5bd01a44 MFH: GLOBALS protection for extract() function. 21 years ago
Dmitry Stogov 9a74c68a4c Additinal fix for bug #34277 (array_filter() crashes with references and objects) 21 years ago
Dmitry Stogov e615889d6b Fixed bug #34277 (array_filter() crashes with references and objects) 21 years ago
Dmitry Stogov 54931f5259 Fixed bug #33940 (array_map() fails to pass by reference when called recursively) 21 years ago
Dmitry Stogov 96d755978c Fixed bug #29253 (array_diff with $GLOBALS argument fails) 21 years ago
Dmitry Stogov 98e70ab585 Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP) 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Dmitry Stogov 1d33a3e95e Fixed bug #31158 (array_splice on $GLOBALS crashes) 21 years ago
foobar 340bcffdf0 - Unify (+ spl can't be build shared so COMPILE_DL_SPL 21 years ago
Dmitry Stogov 27374bfaf5 Fixed bug #31213 (Sideeffects caused by fix of bug #29493) 21 years ago
Wez Furlong 4de4565710 Fix compile on win32 at least. 21 years ago
Andrei Zmievski be0458269e WS fix 21 years ago
Andrei Zmievski ec09711101 Fix FCI cache for array_walk and user array compare functions. Bug 21 years ago
Dmitry Stogov 72c6d5cbaf Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #24980) 21 years ago
Andrey Hristov be3a9ccdf3 add function array_product() 21 years ago
Dmitry Stogov c78ec1615a Fixed call to estrndup() with invalid length 21 years ago
Antony Dovgal a13b29add7 fix #30833 (array_count_values modifying input array) 21 years ago
Ilia Alshanetsky b30d8beebf Simplify argument checking code for array_combine(). 21 years ago
Marcus Boerger e38141478a - Check another incarnation of bug #30266 21 years ago
Andrey Hristov 070147105f Fixed #30871 21 years ago
Marcus Boerger faae6ac159 - Do not touch return_valu's refcount or is_ref 21 years ago
Andrei Zmievski f8fc9a3256 Check that object can actually return a class entry. I need this for a 21 years ago
Derick Rethans ff1687731d - Fixed bug #32021: Crash caused by range('', 'z') 21 years ago
Rob Richards bb9ba8e36e fix segfault when retval_ptr is empty - such as when exception thrown 21 years ago
Stanislav Malyshev 7b241027fa fix memory leak if function call fails 21 years ago
Antony Dovgal 38d8e20f68 destroy return_value and fix leak in array_fill() 21 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