17 Commits (44ffdc182ff14ca21151cd2906397451daaf443a)

Author SHA1 Message Date
Andrei Zmievski 80bab9d939 We're using ZVAL's now. 27 years ago
Zeev Suraski 489de5dce2 Support the latest update to call_user_function_ex() 27 years ago
Zeev Suraski a1ad2872ee - The tree compiles again 27 years ago
Andrei Zmievski 457a13dac5 Finished array_multisort() function. Basically it sorts multiple arrays 27 years ago
Sascha Schumann 9278d9d911 Remove unnecessary ARRAYLS_FETCH() calls 27 years ago
Andrei Zmievski dbaf6c5c65 Added array globals in preparation for multisort() changes. 27 years ago
Sascha Schumann 3b515617a4 Make array.c thread-safe 27 years ago
Thies C. Arntzen 5cc10ecec2 @- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies) 27 years ago
Egon Schmid 0929985414 Maybe later on today. Must buy some beer first. 27 years ago
Thies C. Arntzen 2451ff5368 @- Implemented array_flip() function. Returns input-array with key, value 27 years ago
Thies C. Arntzen ee1380e6b0 -renamed some macros 27 years ago
Andi Gutmans 3bffcbef5b - Add array.c to the Win32 project 27 years ago
Andrei Zmievski 61142e4341 Just some rearranging. 27 years ago
Andi Gutmans 9e14736315 - Change used_return_value to return_value_used 27 years ago
Andi Gutmans 7239aad9c4 - Initial support for Thies' idea of passing functions a flag telling them 27 years ago
Thies C. Arntzen 2b08dfec28 (PHP k[r]sort) now use compare_function from libzend to be consistent with the language-core. 27 years ago
Andrei Zmievski 438addf331 Split array functions into separate module. 27 years ago
Stig Bakken fdc6d630db @Fix min/max behaviour (Thies) 27 years ago
Zeev Suraski 0700ad3417 - Win32 fixes 27 years ago
Andrei Zmievski 602cb959fc (PHP multisort) More work, not yet done though. 27 years ago
Evan Klinger b1c4f8978d #I hope this is the correct way to 'fix' this. 27 years ago
Andrei Zmievski f31c9d7d2a Remove extraneous comment. 27 years ago
Evan Klinger 229a26a497 (PHP getprotoby{name,number}) New Functions 27 years ago
Andrei Zmievski 92f6a8b20e Added array_pad() function. 27 years ago
Evan Klinger f7440c020d (PHP getservby{name,port}) New functions. 27 years ago
Andrei Zmievski b8ecfa18c1 (PHP str_repeat) New function. 27 years ago
Thies C. Arntzen ea880d2b86 moved output.c into ext/standart and made it thread-safe. 27 years ago
Andrei Zmievski 1a2f656816 Forgot to remove function entry. 27 years ago
Andrei Zmievski 21ce8b7c64 (PHP array_map) Away with it. 27 years ago
Thies C. Arntzen 6581d11cea folding fix (xemacs 21 loads the file again;-) 27 years ago
Andrei Zmievski ee6c1ea743 (PHP extract): Fixed bug that would mess up global and referenced 27 years ago
Andi Gutmans ad84f02efb - Get windows version to compile again. No biggy if array_map is not #if 0'd 27 years ago
Andrei Zmievski 0a829ab104 (PHP array_map) Temporarily #if 0 this. 27 years ago
Andrei Zmievski c671332b29 Massive change of zend_error() to php_error(). 27 years ago
Andrei Zmievski 738c36932a @- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei) 27 years ago
Thies C. Arntzen ac997bb6c2 (is_resource, is_bool) new functions 27 years ago
Andrei Zmievski 9e773dfde2 Modified sorting functions to use updated zend_hash() prototype. 27 years ago
Jouni Ahto 9109d8dcdd (PHP setlocale) Locale settings are now correctly restored to the values 27 years ago
Thies C. Arntzen 657edcd50e - replaced most getParamters against getParamtersEx calls 27 years ago
Thies C. Arntzen 5a605ae6f4 fix some warnings 27 years ago
Andrei Zmievski cb78ebc0de Taken from PHP3 source. 27 years ago
Andrei Zmievski 23e8d1762d Added array_reverse() function. 27 years ago
Andrey Hristov bfa7b6b145 - Updated array functions to use high-performance API 27 years ago
Andrey Hristov 53fb0ea075 A couple of fixes. 27 years ago
Thies C. Arntzen 8638a61df9 added krsort() function 27 years ago
Andi Gutmans 6735ebb271 - Move some more language specific functions over to Zend. 27 years ago
Andi Gutmans 96a19593b2 - Internal functions which are basic language functions should be in Zend 27 years ago
Thies C. Arntzen 4bb329eafb added array_count_values function. 27 years ago
Thies C. Arntzen 328d08bd63 HASH_OF is usable enough (i hate duplicating macros all over the place) 27 years ago
Andi Gutmans 0a7fc83253 - gettimeofday wasn't registered. 27 years ago