39 Commits (84fa2fd9a86331dbe759f4d7bba981da105e00c1)

Author SHA1 Message Date
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. 25 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. 26 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
Andrei Zmievski dbaf6c5c65 Added array globals in preparation for multisort() changes. 27 years ago
Stig Bakken ae1b7bf4b8 @Fix warnings compiling in maintainer mode. (Stig) 27 years ago
Thies C. Arntzen 2451ff5368 @- Implemented array_flip() function. Returns input-array with key, value 27 years ago
Andrei Zmievski 438addf331 Split array functions into separate module. 27 years ago
Thies C. Arntzen b5c3c7bfc9 files are now resources, file.c is thread-safe, the le_ vars are no longer shared, 27 years ago
Thies C. Arntzen 0cc1641447 starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around. 27 years ago
Andrey Hristov 1b2c932cc2 More symbol work. 27 years ago
Stig Bakken 117a2fba07 * fixed some #if/#ifdef issues 27 years ago
Stig Bakken 8c4411b5da * reverse fsock/string import patches 27 years ago
Stig Bakken 336392ea6c * now using php4.ini instead of php3.ini 27 years ago
Sascha Schumann 39691bed9e conv_proto *.[ch] 27 years ago
Zeev Suraski 1fb61df8a5 * Include all of the standard modules in internal_functions.c.in. Stig - is that 27 years ago
Rasmus Lerdorf 92905543f1 Add fgetcsv() here as well 27 years ago
Sascha Schumann 08c6298af9 cleanup, flock() support 27 years ago
Stig Bakken 257de2bade First commit of re-structuring phase one. We have started using automake in 27 years ago