#
2890b57e |
| 27-Oct-2001 |
Andrei Zmievski |
@- Added array_chunk() function that splits an array into chunks of specified @ size. (Andrei) |
Revision tags: POST_PARAMETER_PARSING_API |
|
#
72fc6bc4 |
| 23-Oct-2001 |
Rasmus Lerdorf |
As suggested on php-dev, array_fill() is probably a better name for this function. |
#
798ec793 |
| 21-Oct-2001 |
Rasmus Lerdorf |
Motivated by bug #13607 I wrote up a simple array_init() function that lets you quickly create an array and initialize each element to a certain value. @ Add array_init() function (Rasmus) |
Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
e78b6154 |
| 05-Oct-2001 |
Edin Kadribasic |
Added array_change_key_case() function that returns array with with all string keys lowercased or uppercased @- Added array_change_key_case() function that returns array with @ with all
Added array_change_key_case() function that returns array with with all string keys lowercased or uppercased @- Added array_change_key_case() function that returns array with @ with all string keys lowercased or uppercased (EdinK)
show more ...
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
bcb426a2 |
| 17-Sep-2001 |
Sterling Hughes |
Merge in qsort changes |
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch) |
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua |
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5 |
|
#
34f03f2c |
| 30-Apr-2001 |
David Croft |
@ - Added key_exists() to check if a given key or index exists in an @ array or object (David Croft) Added key_exists() to check if a given key or index exists in an array or object |
Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2 |
|
#
d9aa966a |
| 19-Mar-2001 |
Andrei Zmievski |
@- Added array_map() function that applies a callback to the elements @ of given arrays and returns the result. It can also be used with a @ null callback to transpose arrays. (Andrei) |
#
770c6612 |
| 16-Mar-2001 |
Andrei Zmievski |
@- Added array_filter(), which allows filtering of array elements via @ the specified callback. (Andrei) |
Revision tags: php-4.0.5RC1 |
|
#
d73ef124 |
| 12-Mar-2001 |
Andrei Zmievski |
@- Added array_reduce(), which allows iterative reduction of an array @ to a single value via a callback function. (Andrei) - Added array_reduce(), which allows iterative reduction of an arr
@- Added array_reduce(), which allows iterative reduction of an array @ to a single value via a callback function. (Andrei) - Added array_reduce(), which allows iterative reduction of an array to a single value via a callback function. - Fixed usage of zend_is_callable() in PCRE.
show more ...
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001 |
#
1424e363 |
| 20-Feb-2001 |
Andrei Zmievski |
Rename to array_search(). |
#
1888a98a |
| 20-Feb-2001 |
Jason Greene |
Moved the core of in_array into the function php_search_array, which is called by in_array and search_array (new) @ Added search_array which works similar to in_array but returns @ t
Moved the core of in_array into the function php_search_array, which is called by in_array and search_array (new) @ Added search_array which works similar to in_array but returns @ the key instead of a boolean. (jason@php.net)
show more ...
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
753e4665 |
| 11-Dec-2000 |
Andrei Zmievski |
Make php_array_merge() an API function. |
Revision tags: php-4.0.4RC3 |
|
#
a35bf416 |
| 25-Oct-2000 |
Andrei Zmievski |
Added array_sum() function. |
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
83513d95 |
| 24-Jul-2000 |
David Croft |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not alr
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
show more ...
|
#
3ac0ae9d |
| 11-Jul-2000 |
Andrei Zmievski |
@- Improved array_multisort() to be able to specify sort type as well sort @ order. Incidentally, it can be used to sort multi-dimensional arrays @ as well. (Andrei) |
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
16017f6d |
| 02-Jul-2000 |
Sascha Schumann |
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
show more ...
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
f18b903d |
| 10-Jun-2000 |
Stig Venaas |
Changed array_subtract to array_diff |
#
99f151f1 |
| 10-Jun-2000 |
Stig Venaas |
Adding fuctions array_unique, array_intersect and array_subtract. |
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
01a42209 |
| 30-May-2000 |
Andrei Zmievski |
@- Added array_merge_recursive() that will recursively merge values @ under the same keys. (Andrei) |
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6 |
#
a859e833 |
| 18-May-2000 |
Andrei Zmievski |
Update for sort functions - user can now specify sort type. |
#
fdbea075 |
| 09-May-2000 |
Andrei Zmievski |
@- Added array_rand() function. (Andrei) |