summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* remove ARG_COUNT(ht)Sterling Hughes2001-09-091-1/+1
* revert bad commit.foobar2001-09-051-12/+14
* fix zts+win32 buildDaniel Beulshausen2001-09-041-1/+1
* - Fix thread safe mode.Andi Gutmans2001-09-031-2/+5
* Fix array_rand and array_suffle to use php_rand correctlyJeroen van Wolffelaar2001-09-031-16/+6
* Fix prototypeJeroen van Wolffelaar2001-09-031-1/+1
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-0/+5
* @- Made in_array() and search_array() allow the needle to be an array inAndrei Zmievski2001-08-311-1/+1
* Kill a warningRasmus Lerdorf2001-08-281-1/+2
* @- Fixed a crash bug in array_map() if the input arrays had string orAndrei Zmievski2001-08-241-3/+30
* API updateZeev Suraski2001-08-211-9/+10
* WhitespaceZeev Suraski2001-08-111-13/+13
* Fix a couple of leaks.Andrei Zmievski2001-08-071-2/+9
* more tsrm cleanupSascha Schumann2001-08-061-18/+15
* @- Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei)Andrei Zmievski2001-08-041-6/+7
* - Fix array_sum to switch to float on overflow. Fixes bug#12505Jeroen van Wolffelaar2001-08-031-5/+9
* Zend compatibility patchZeev Suraski2001-07-301-33/+33
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-10/+10
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-13/+6
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
* Make range() function smarterRasmus Lerdorf2001-07-091-10/+33
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* Add missing end-folding delimiterJohn Donagher2001-05-231-0/+1
* Always free the callback_name when using zend_is_callable().Andrei Zmievski2001-05-101-0/+3
* @ - Added key_exists() to check if a given key or index exists in anDavid Croft2001-04-301-0/+38
* Use correct string length.Andrei Zmievski2001-04-021-1/+1
* @- Added array_map() function that applies a callback to the elementsAndrei Zmievski2001-03-191-1/+112
* @- Added array_filter(), which allows filtering of array elements viaAndrei Zmievski2001-03-161-0/+76
* All user callbacks should be to EG(function_table).Andrei Zmievski2001-03-161-5/+4
* Fixing build on Win32 by adding missing BLS_FETCH();Frank M. Kromann2001-03-161-0/+1
* @- Fixed all relevant array functions to avoid moving the internal arrayAndrei Zmievski2001-03-161-65/+76
* 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