196 Commits (12fc60c625810280924bb5f76c5818d9dfc80098)

Author SHA1 Message Date
Sterling Hughes f61889e72d revert patch 24 years ago
Sterling Hughes 2c4aa71d32 clean these functions up using zend_parse_parameters and nuke the use of 24 years ago
Sterling Hughes 521a9bdadc small cleanups... 24 years ago
Andrey Hristov 9ee1ce156f ws fixes. 24 years ago
Andrey Hristov a920f00479 New function added - array_intersect_assoc() similar to array_intersect() 24 years ago
Andrey Hristov 23d3cd79c1 Fixing my zts fix. 24 years ago
Andrey Hristov ad92434638 Removed magic numbers about the behavior of php_array_diff - proposed by 24 years ago
Edin Kadribasic 705e72f363 Fix ZTS build. 24 years ago
Derick Rethans aaf920f9d5 - Little whitespace changes 24 years ago
Andrey Hristov afdfe38ef3 New function added : array_diff_assoc() . Like array_diff() but does 24 years ago
Edin Kadribasic 333b01b041 Fixed ZTS build. 24 years ago
Andrei Zmievski dd7cf22443 @- Fixed array_merge_recursive() to avoid problems with merging cyclical 24 years ago
Andrei Zmievski 2c6154d7aa @- Added ability to extract() variables as references via OR'able EXTR_REFS 24 years ago
Marcus Boerger 149ad05b4f php_error_docref 24 years ago
Marcus Boerger 95e933fc99 Fixes array test 004.phpt. Nice copy paste error. 24 years ago
Dan Kalowsky dee21adc3d Fix for bug #18401, makes shuffle() properly generate all possibilities. 24 years ago
Brad LaFountain c90764d753 one last fix for array_shift 24 years ago
Brad LaFountain 9b0553c390 array_pop wasnt setting next index 24 years ago
foobar 922b7596a2 That was not correct.. 24 years ago
foobar 6df2b90c05 Reset index when doing array_pop() 24 years ago
foobar 06b3dd122f Nuke compile warning. 24 years ago
foobar 9d62cd7d45 - Removed the DOS line endings 24 years ago
Brad LaFountain 4f5bd6b7d4 made array_shift re-index like it did before previous fix 24 years ago
foobar 9fe39b9604 Reverted the patch..it breaks the original behaviour of at least array_shift. 24 years ago
Brad LaFountain 70fb744365 fixed bugs 16063 and 16068 24 years ago
Derick Rethans 392a452c80 Silence warning 24 years ago
Derick Rethans cc920570fd Unify error messages 24 years ago
Derick Rethans 7faa669915 - Fix for bug #14580: Made key() binary safe 24 years ago
Derick Rethans 1bf9b3d736 - Fix for bug #17654 24 years ago
Stig Venaas 7853832234 Made array_unique() always keep the first occurrences of duplicates, 24 years ago
Jan Lehnardt df226a54d9 - WS-fixes 24 years ago
Jan Lehnardt a8de8ec90c - whitespace fix 24 years ago
Harald Radi 8e19555608 fix the build 24 years ago
Andrei Zmievski 7f4c12b006 Fix bug #7045: shuffle() now provides consistent distribution of values 24 years ago
Edin Kadribasic e7ab5766d6 Fixed array_rand() on ZTS platforms. 24 years ago
Andrei Zmievski 1668570e4d Changing email address. 24 years ago
Andrei Zmievski 5ff970ba7d Fix Bug #14795. 24 years ago
Andrei Zmievski 4fc01022e6 Fix unwanted type conversion in array_merge_recursive (Bug #14990). 24 years ago
Sebastian Bergmann 6adb33006b Fix TSRMLS_CC. 24 years ago
Yasuo Ohgaki e953dba0d7 Make use of TSRMLS_C/D 24 years ago
Zeev Suraski bb685a402f Fix php_splice() to work with large values 24 years ago
Andi Gutmans 284eaf34cc - Add TSRMLS_FETCH()'s needed for the new object overloading in ZE2. 24 years ago
Andrei Zmievski 441c583a2c Converted extract() to use smart_str for variable name manipulation. This 24 years ago
Rasmus Lerdorf 0d139d3c27 (extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags 24 years ago
Andrei Zmievski ddc039d0f5 Fix the recursive counting, it was broken for associative or non-sequential 24 years ago
Derick Rethans aee570302f - Fix bug introduced in earlier patch 24 years ago
Derick Rethans cef0a461f9 - Added extra parameter to count() that recursively counts elements in an 25 years ago
Andi Gutmans 211d712c59 @ Fix bug in krsort() where an extra character was being compared (Andi) 25 years ago
Zak Greant 2c9f5d8a91 Modified array_walk, arsort, asort, krsort, ksort, rsort, shuffle, sort, 25 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago