54 Commits (d64b17543cfa5e171ca493eb3581eea0acd42dba)

Author SHA1 Message Date
Marcus Boerger 87c64280b0 - MFH Added array_fill_keys(). (Marcus, Mathew W) 20 years ago
Andrei Zmievski 5735927d86 I swear it wasn't me. 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
foobar 23e671a51e - Bumber up year 21 years ago
Andrey Hristov be3a9ccdf3 add function array_product() 21 years ago
Marcus Boerger db47e478c5 - Use new way for global variables 22 years ago
Andrey Hristov 5e5d2640fb add array_: 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 22 years ago
Andrey Hristov 638b940307 New array functions for doing intersection of arrays that are complementary 23 years ago
Andrey Hristov 3579f212df 4 new functions : 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Ilia Alshanetsky f12a6b7663 Added array_walk_recursive() function that can apply array_walk recursively 23 years ago
Andrey Hristov 1cdc956637 added array_combine(). 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 23 years ago
Andrey Hristov a920f00479 New function added - array_intersect_assoc() similar to array_intersect() 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 1668570e4d Changing email address. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 24 years ago
Derick Rethans 78e4644fa1 - Renaming key_exists to array_key_exists 25 years ago
Andrei Zmievski 2890b57e46 @- Added array_chunk() function that splits an array into chunks of specified 25 years ago
Rasmus Lerdorf 72fc6bc4b1 As suggested on php-dev, array_fill() is probably a better name for this 25 years ago
Rasmus Lerdorf 798ec79319 Motivated by bug #13607 I wrote up a simple array_init() function that 25 years ago
Edin Kadribasic e78b61542d Added array_change_key_case() function that returns array with 25 years ago
Sterling Hughes bcb426a207 Merge in qsort changes 25 years ago
Zeev Suraski 7b1c400631 More TSRMLS_FETCH annihilation (Zend compatibility patch) 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
David Croft 34f03f2c5c @ - Added key_exists() to check if a given key or index exists in an 25 years ago
Andrei Zmievski d9aa966a44 @- Added array_map() function that applies a callback to the elements 25 years ago
Andrei Zmievski 770c66125d @- Added array_filter(), which allows filtering of array elements via 25 years ago
Andrei Zmievski d73ef12429 @- Added array_reduce(), which allows iterative reduction of an array 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Andrei Zmievski 1424e36315 Rename to array_search(). 25 years ago
Jason Greene 1888a98a4b Moved the core of in_array into the function php_search_array, which is called by 25 years ago
Andrei Zmievski 753e46657f Make php_array_merge() an API function. 25 years ago
Andrei Zmievski a35bf41670 Added array_sum() function. 26 years ago
David Croft 83513d9580 Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 26 years ago
Andrei Zmievski 3ac0ae9dff @- Improved array_multisort() to be able to specify sort type as well sort 26 years ago
Sascha Schumann 16017f6d78 Change header protection macros to conform to standard. 26 years ago
Stig Venaas f18b903d5f Changed array_subtract to array_diff 26 years ago
Stig Venaas 99f151f1bd Adding fuctions array_unique, array_intersect and array_subtract. 26 years ago
Andrei Zmievski 01a4220954 @- Added array_merge_recursive() that will recursively merge values 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Andrei Zmievski a859e83392 Update for sort functions - user can now specify sort type. 26 years ago
Andrei Zmievski fdbea075fa @- Added array_rand() function. (Andrei) 26 years ago
Andrei Zmievski c7100c4a1a Added natural comparison/sorting routines using code from Martin Pool. 26 years ago
Stig Bakken 99e0b36321 @Cleaned up extension namespace (Stig) 26 years ago
Andrei Zmievski 457a13dac5 Finished array_multisort() function. Basically it sorts multiple arrays 27 years ago