summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-61/+61
* \0 is part of they key, but not of the variableStanislav Malyshev2000-06-041-2/+2
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-031-3/+0
* @- Added third argument to in_array(). If it's true, then in_array()Andrei Zmievski2000-06-011-8/+15
* @- Added array_merge_recursive() that will recursively merge valuesAndrei Zmievski2000-05-301-33/+58
* @ Fixed min()/max() segfault. (Andrei)Andrei Zmievski2000-05-241-0/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* (PHP array_multisort) Fix the array_size test.Andrei Zmievski2000-05-181-1/+1
* Update for sort functions - user can now specify sort type.Andrei Zmievski2000-05-181-24/+99
* @- Added array_rand() function. (Andrei)Andrei Zmievski2000-05-091-0/+79
* Fix an empty arrays condition and optimize a bit.Andrei Zmievski2000-04-281-0/+9
* @- array_walk() now automatically resets the array. (Andrei)Andrei Zmievski2000-04-131-0/+2
* Added natural comparison/sorting routines using code from Martin Pool.Andrei Zmievski2000-04-121-0/+93
* Return type was missing.Egon Schmid2000-04-041-1/+1
* #yikes stripes, didn't see that oneSterling Hughes2000-03-291-4/+2
* 1. Holy protos Batman.Sterling Hughes2000-03-291-38/+80
* @- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)Andrei Zmievski2000-03-241-5/+4
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-58/+2
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-251-0/+7
* There are more '|' and should be mixed.Egon Schmid2000-02-241-1/+1
* Fix proto.Andrei Zmievski2000-02-241-1/+1
* More protos.Egon Schmid2000-02-241-6/+4
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* (request_shutdown) Prevent infinite loop on shutdown if there is an errorAndrei Zmievski2000-02-111-4/+6
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-1/+1
* Compile fixesZeev Suraski2000-02-051-2/+0
* Cleanup patchesZeev Suraski2000-02-051-2/+0
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Happy new year (especially to Thies :)Zeev Suraski1999-12-311-1/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
* - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is muchAndi Gutmans1999-12-241-1/+1
* We're using ZVAL's now.Andrei Zmievski1999-12-211-1/+1
* Support the latest update to call_user_function_ex()Zeev Suraski1999-12-191-6/+14
* - The tree compiles againZeev Suraski1999-12-181-41/+41
* Finished array_multisort() function. Basically it sorts multiple arraysAndrei Zmievski1999-12-131-22/+87
* Remove unnecessary ARRAYLS_FETCH() callsSascha Schumann1999-12-121-3/+1
* Added array globals in preparation for multisort() changes.Andrei Zmievski1999-12-111-1/+23
* Make array.c thread-safeSascha Schumann1999-12-011-40/+39
* @- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)Thies C. Arntzen1999-11-211-6/+28
* Maybe later on today. Must buy some beer first.Egon Schmid1999-11-211-1/+1
* @- Implemented array_flip() function. Returns input-array with key, valueThies C. Arntzen1999-11-211-0/+51
* -renamed some macrosThies C. Arntzen1999-11-211-26/+36
* - Add array.c to the Win32 projectAndi Gutmans1999-11-191-0/+2
* Just some rearranging.Andrei Zmievski1999-11-161-2/+4
* - Change used_return_value to return_value_usedAndi Gutmans1999-11-161-1/+1
* - Initial support for Thies' idea of passing functions a flag telling themAndi Gutmans1999-11-161-4/+6
* (PHP k[r]sort) now use compare_function from libzend to be consistent with th...Thies C. Arntzen1999-11-141-14/+33
* Split array functions into separate module.Andrei Zmievski1999-11-131-0/+1941