447 Commits (ba05723fd95aa2eace6ac24feaba89781d8a6ffb)

Author SHA1 Message Date
Andrei Zmievski 4c818aec33 @- Added third argument to in_array(). If it's true, then in_array() 26 years ago
Andrei Zmievski 01a4220954 @- Added array_merge_recursive() that will recursively merge values 26 years ago
Andrei Zmievski 4197a68602 @ Fixed min()/max() segfault. (Andrei) 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 27 years ago
Andrei Zmievski aa09d60d7d (PHP array_multisort) Fix the array_size test. 27 years ago
Andrei Zmievski a859e83392 Update for sort functions - user can now specify sort type. 27 years ago
Andrei Zmievski fdbea075fa @- Added array_rand() function. (Andrei) 27 years ago
Andrei Zmievski 105be1513d Fix an empty arrays condition and optimize a bit. 27 years ago
Andrei Zmievski 9ffd5b5595 @- array_walk() now automatically resets the array. (Andrei) 27 years ago
Andrei Zmievski c7100c4a1a Added natural comparison/sorting routines using code from Martin Pool. 27 years ago
Egon Schmid 3e2a1034cb Return type was missing. 27 years ago
Sterling Hughes 68d4298e71 #yikes stripes, didn't see that one 27 years ago
Sterling Hughes cc2c9d8f0f 1. Holy protos Batman. 27 years ago
Andrei Zmievski 7b02e9fc35 @- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei) 27 years ago
Stig Bakken 99e0b36321 @Cleaned up extension namespace (Stig) 27 years ago
Stig Bakken d23e5d837a @- Implemented default_charset and default_mimetype config directives (Stig) 27 years ago
Egon Schmid 284491887f There are more '|' and should be mixed. 27 years ago
Andrei Zmievski c401bbe22e Fix proto. 27 years ago
Egon Schmid fe615efb5c More protos. 27 years ago
Zeev Suraski 86fa2aade2 the pipe is breaking all the time 27 years ago
Andrei Zmievski a60e91b313 (request_shutdown) Prevent infinite loop on shutdown if there is an error 27 years ago
Zeev Suraski 80bdd19e03 Fine tune Andi's patch 27 years ago
Andi Gutmans 29280bb9ec - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 27 years ago
Zeev Suraski c12aa454ff Compile fixes 27 years ago
Zeev Suraski 3a816341f9 Cleanup patches 27 years ago
Andi Gutmans bdefd5da15 - Change IS_UNSET -> IS_NULL 27 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 27 years ago
Zeev Suraski ccb4b18348 Happy new year (especially to Thies :) 27 years ago
Zeev Suraski 235386b245 Change ALLOC_ZVAL() semantics 27 years ago
Andi Gutmans 3f6e00e48d - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much 27 years ago
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