#
f7306ce0 |
| 03-Sep-2001 |
Jeroen van Wolffelaar |
Merge RAND_REDESIGN into MAIN |
#
392e1ede |
| 31-Aug-2001 |
Andrei Zmievski |
@- Made in_array() and search_array() allow the needle to be an array in @ itself. (Andrei) |
#
563ffb89 |
| 28-Aug-2001 |
Rasmus Lerdorf |
Kill a warning |
#
cae9763d |
| 24-Aug-2001 |
Andrei Zmievski |
@- Fixed a crash bug in array_map() if the input arrays had string or @ non-sequential keys. Also modified it so that if a single array is passed, @ its keys are preserved in the resulting
@- Fixed a crash bug in array_map() if the input arrays had string or @ non-sequential keys. Also modified it so that if a single array is passed, @ its keys are preserved in the resulting array. (Andrei)
show more ...
|
#
e140b35b |
| 21-Aug-2001 |
Zeev Suraski |
API update |
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace |
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
32440e30 |
| 07-Aug-2001 |
Andrei Zmievski |
Fix a couple of leaks. |
Revision tags: PRE_ENGINE2_SPLIT |
|
#
23b9300f |
| 06-Aug-2001 |
Sascha Schumann |
more tsrm cleanup |
#
bffbe675 |
| 04-Aug-2001 |
Andrei Zmievski |
@- Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei) |
#
49c16290 |
| 03-Aug-2001 |
Jeroen van Wolffelaar |
- Fix array_sum to switch to float on overflow. Fixes bug#12505 |
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch |
#
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 |
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
45d71e29 |
| 09-Jul-2001 |
Rasmus Lerdorf |
Make range() function smarter @ - Improve range() function to support range('a','z') and range(9,0) @ types of ranges. (Rasmus) |
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
c977f298 |
| 19-Jun-2001 |
Andi Gutmans |
- Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) |
Revision tags: php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions |
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions |
Revision tags: php-4.0.6RC2 |
|
#
639b957f |
| 23-May-2001 |
John Donagher |
Add missing end-folding delimiter |
Revision tags: php-4.0.6RC1 |
|
#
f071e8c5 |
| 10-May-2001 |
Andrei Zmievski |
Always free the callback_name when using zend_is_callable(). |
Revision tags: 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 |
|
#
221a5a60 |
| 02-Apr-2001 |
Andrei Zmievski |
Use correct string length. |
Revision tags: 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) |
#
f7f2cf9d |
| 16-Mar-2001 |
Andrei Zmievski |
All user callbacks should be to EG(function_table). |