History log of /php-src/ext/standard/array.c (Results 1001 – 1025 of 1118)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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).

# 6195f146 16-Mar-2001 Frank M. Kromann

Fixing build on Win32 by adding missing BLS_FETCH();

# 561cc743 16-Mar-2001 Andrei Zmievski

@- Fixed all relevant array functions to avoid moving the internal array
@ pointer during operations. (Andrei)

Revision tags: php-4.0.5RC1
# 0fa068e1 12-Mar-2001 Stanislav Malyshev

Prevent memory leak

# be83ba17 12-Mar-2001 Stanislav Malyshev

Use hash position with array_flip

# 40dd7eef 12-Mar-2001 Andrei Zmievski

This will have to do until the docs come along.

# 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

# 118c0155 22-Feb-2001 James Moore

Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.

# 8d7972b6 21-Feb-2001 Andrei Zmievski

Fix memory leak.

1...<<4142434445