27 Commits (4e89fa671e8570eaa505cc3f2f839bf863586e72)

Author SHA1 Message Date
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
Zeev Suraski 4b98f345d1 php3_ini? What's that? 27 years ago
Zeev Suraski bb6dff9c67 Buh-bye php3_ini 27 years ago
Zeev Suraski e3d2234b80 A lot of php3_ini -> php_ini work 27 years ago
Zeev Suraski 79f9f0ce88 Move safe_mode to the new php_ini mechanism 27 years ago
Zeev Suraski 7685b44c4b Move asp_tags and short_open_tag to the new php_ini mechanism 27 years ago
Zeev Suraski 3e58450513 * A lot of work on php_ini stuff 27 years ago
Zeev Suraski aceaabceff PHP 4.0 27 years ago