| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
* | Add missing end-folding delimiter | John Donagher | 2001-05-23 | 1 | -0/+1 |
* | Always free the callback_name when using zend_is_callable(). | Andrei Zmievski | 2001-05-10 | 1 | -0/+3 |
* | @ - Added key_exists() to check if a given key or index exists in an | David Croft | 2001-04-30 | 1 | -0/+38 |
* | Use correct string length. | Andrei Zmievski | 2001-04-02 | 1 | -1/+1 |
* | @- Added array_map() function that applies a callback to the elements | Andrei Zmievski | 2001-03-19 | 1 | -1/+112 |
* | @- Added array_filter(), which allows filtering of array elements via | Andrei Zmievski | 2001-03-16 | 1 | -0/+76 |
* | All user callbacks should be to EG(function_table). | Andrei Zmievski | 2001-03-16 | 1 | -5/+4 |
* | Fixing build on Win32 by adding missing BLS_FETCH(); | Frank M. Kromann | 2001-03-16 | 1 | -0/+1 |
* | @- Fixed all relevant array functions to avoid moving the internal array | Andrei Zmievski | 2001-03-16 | 1 | -65/+76 |
* | Prevent memory leak | Stanislav Malyshev | 2001-03-12 | 1 | -1/+1 |
* | Use hash position with array_flip | Stanislav Malyshev | 2001-03-12 | 1 | -6/+8 |
* | This will have to do until the docs come along. | Andrei Zmievski | 2001-03-12 | 1 | -1/+1 |
* | @- Added array_reduce(), which allows iterative reduction of an array | Andrei Zmievski | 2001-03-12 | 1 | -0/+60 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and... | James Moore | 2001-02-22 | 1 | -12/+1 |
* | Fix memory leak. | Andrei Zmievski | 2001-02-21 | 1 | -0/+2 |
* | Changed default behavior of array_search to match in_array | Jason Greene | 2001-02-20 | 1 | -12/+3 |
* | Rename to array_search(). | Andrei Zmievski | 2001-02-20 | 1 | -5/+4 |
* | Moved the core of in_array into the function php_search_array, which is calle... | Jason Greene | 2001-02-20 | 1 | -11/+59 |
* | For those lucky systems with both random() and *rand48(), the random() | Jim Jagielski | 2001-02-06 | 1 | -6/+6 |
* | @- Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is | Andrei Zmievski | 2001-01-22 | 1 | -61/+86 |
* | @- Changed extract() to check that prefixed name is a valid one. (Andrei) | Andrei Zmievski | 2001-01-08 | 1 | -36/+35 |
* | @- Changed extract() to return the number of variables extracted. (Andrei) | Andrei Zmievski | 2001-01-08 | 1 | -2/+6 |
* | Hopefully solves some bad behavior in array_unique(), array_intersect() | Stig Venaas | 2000-12-28 | 1 | -69/+21 |
* | (PHP preg_replace) Fix to allow proper escaping of captured subpattern | Andrei Zmievski | 2000-12-22 | 1 | -0/+6 |
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -19/+12 |
* | Make php_array_merge() an API function. | Andrei Zmievski | 2000-12-11 | 1 | -7/+7 |
* | The result of conv_z_macros and some manual conversion of | Sascha Schumann | 2000-11-27 | 1 | -193/+190 |
* | Fixed memory leak in array_diff and array_intersect, was introduced with | Stig Venaas | 2000-11-03 | 1 | -2/+0 |
* | Namespace protect mergesort (caused conflict on Darwin). | Sascha Schumann | 2000-11-02 | 1 | -2/+2 |
* | @- Fixed array_rand() to shuffle results when the number of requested | Andrei Zmievski | 2000-10-27 | 1 | -0/+7 |
* | Added array_sum() function. | Andrei Zmievski | 2000-10-25 | 1 | -2/+37 |
* | Fixed array_type_data_compare(). I want strings to always differ from | Stig Venaas | 2000-10-22 | 1 | -3/+6 |
* | Made array_unique use array_type_data_compare instead of array_data_compare | Stig Venaas | 2000-10-21 | 1 | -2/+2 |
* | Added array_type_data_compare which is like array_data_compare but | Stig Venaas | 2000-10-21 | 1 | -61/+117 |
* | - Change to Z_BVAL macro | Andi Gutmans | 2000-09-19 | 1 | -1/+1 |
* | - Fix warnings | Zeev Suraski | 2000-09-19 | 1 | -1/+1 |
* | Forgot to update proto. | Andrei Zmievski | 2000-09-12 | 1 | -1/+1 |
* | @- Added second argument to array_reverse() that indicatese whether | Andrei Zmievski | 2000-09-12 | 1 | -11/+23 |
* | @- Updated array_walk() to be able to accept array($obj, 'method') | Andrei Zmievski | 2000-08-22 | 1 | -2/+9 |
* | typo fix in array_diff error message, fixes bug #6236 | Hartmut Holzgraefe | 2000-08-18 | 1 | -1/+1 |
* | minor typo fix in proto | Hartmut Holzgraefe | 2000-08-18 | 1 | -1/+1 |
* | ooops - theese new parameters are optional | Hartmut Holzgraefe | 2000-08-04 | 1 | -6/+6 |
* | added new second parameter to osrt functions in the protos | Hartmut Holzgraefe | 2000-08-04 | 1 | -6/+6 |
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -1/+3 |
* | *** empty log message *** | Andrei Zmievski | 2000-07-17 | 1 | -1/+1 |
* | Updated comments. | Andrei Zmievski | 2000-07-11 | 1 | -10/+10 |
* | @- Improved array_multisort() to be able to specify sort type as well sort | Andrei Zmievski | 2000-07-11 | 1 | -38/+70 |
* | Not every argument type is mixed. | Egon Schmid | 2000-07-04 | 1 | -5/+5 |