summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent memory leakStanislav Malyshev2001-03-121-1/+1
* Use hash position with array_flipStanislav Malyshev2001-03-121-6/+8
* This will have to do until the docs come along.Andrei Zmievski2001-03-121-1/+1
* @- Added array_reduce(), which allows iterative reduction of an arrayAndrei Zmievski2001-03-121-0/+60
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and...James Moore2001-02-221-12/+1
* Fix memory leak.Andrei Zmievski2001-02-211-0/+2
* Changed default behavior of array_search to match in_arrayJason Greene2001-02-201-12/+3
* Rename to array_search().Andrei Zmievski2001-02-201-5/+4
* Moved the core of in_array into the function php_search_array, which is calle...Jason Greene2001-02-201-11/+59
* For those lucky systems with both random() and *rand48(), the random()Jim Jagielski2001-02-061-6/+6
* @- Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL isAndrei Zmievski2001-01-221-61/+86
* @- Changed extract() to check that prefixed name is a valid one. (Andrei)Andrei Zmievski2001-01-081-36/+35
* @- Changed extract() to return the number of variables extracted. (Andrei)Andrei Zmievski2001-01-081-2/+6
* Hopefully solves some bad behavior in array_unique(), array_intersect()Stig Venaas2000-12-281-69/+21
* (PHP preg_replace) Fix to allow proper escaping of captured subpatternAndrei Zmievski2000-12-221-0/+6
* Heads up people!Zeev Suraski2000-12-221-19/+12
* Make php_array_merge() an API function.Andrei Zmievski2000-12-111-7/+7
* The result of conv_z_macros and some manual conversion ofSascha Schumann2000-11-271-193/+190
* Fixed memory leak in array_diff and array_intersect, was introduced withStig Venaas2000-11-031-2/+0
* Namespace protect mergesort (caused conflict on Darwin).Sascha Schumann2000-11-021-2/+2
* @- Fixed array_rand() to shuffle results when the number of requestedAndrei Zmievski2000-10-271-0/+7
* Added array_sum() function.Andrei Zmievski2000-10-251-2/+37
* Fixed array_type_data_compare(). I want strings to always differ fromStig Venaas2000-10-221-3/+6
* Made array_unique use array_type_data_compare instead of array_data_compareStig Venaas2000-10-211-2/+2
* Added array_type_data_compare which is like array_data_compare butStig Venaas2000-10-211-61/+117
* - Change to Z_BVAL macroAndi Gutmans2000-09-191-1/+1
* - Fix warningsZeev Suraski2000-09-191-1/+1
* Forgot to update proto.Andrei Zmievski2000-09-121-1/+1
* @- Added second argument to array_reverse() that indicatese whetherAndrei Zmievski2000-09-121-11/+23
* @- Updated array_walk() to be able to accept array($obj, 'method')Andrei Zmievski2000-08-221-2/+9
* typo fix in array_diff error message, fixes bug #6236Hartmut Holzgraefe2000-08-181-1/+1
* minor typo fix in protoHartmut Holzgraefe2000-08-181-1/+1
* ooops - theese new parameters are optionalHartmut Holzgraefe2000-08-041-6/+6
* added new second parameter to osrt functions in the protosHartmut Holzgraefe2000-08-041-6/+6
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
* *** empty log message ***Andrei Zmievski2000-07-171-1/+1
* Updated comments.Andrei Zmievski2000-07-111-10/+10
* @- Improved array_multisort() to be able to specify sort type as well sortAndrei Zmievski2000-07-111-38/+70
* Not every argument type is mixed.Egon Schmid2000-07-041-5/+5
* Missed a two liner.Egon Schmid2000-07-041-2/+1
* Oops, didn't mean to commit that.Andrei Zmievski2000-06-281-2/+2
* @- Added an optional parameter to preg_replace() that can be used toAndrei Zmievski2000-06-281-2/+2
* The second array_merge() is now array_merge_recursive().Egon Schmid2000-06-251-12/+11
* One more place.Andrei Zmievski2000-06-181-1/+1
* @- Modified in_array() to not touch array pointer. (Andrei)Andrei Zmievski2000-06-181-2/+3
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-171-2/+2
* Forgot to set_compare_func in the new array functions, had only testedStig Venaas2000-06-111-0/+3
* Changed array_subtract to array_diffStig Venaas2000-06-101-2/+2
* Adding fuctions array_unique, array_intersect and array_subtract.Stig Venaas2000-06-101-0/+248