History log of /php-src/ext/standard/array.c (Results 1126 – 1130 of 1130)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 61142e43 16-Nov-1999 Andrei Zmievski

Just some rearranging.

# 9e147363 16-Nov-1999 Andi Gutmans

- Change used_return_value to return_value_used

# 7239aad9 16-Nov-1999 Andi Gutmans

- Initial support for Thies' idea of passing functions a flag telling them
they don't need to return a value. Adjusted reset() to work with this.
It is a bit problematic because if intern

- Initial support for Thies' idea of passing functions a flag telling them
they don't need to return a value. Adjusted reset() to work with this.
It is a bit problematic because if internal functions don't look at the
flag and still return a value orginally this leaked. So I free the value
in any case, which kind of makes the speed gain a bit smaller

show more ...

Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 2b08dfec 14-Nov-1999 Thies C. Arntzen

(PHP k[r]sort) now use compare_function from libzend to be consistent with the language-core.

# 438addf3 13-Nov-1999 Andrei Zmievski

Split array functions into separate module.

1...<<414243444546