History log of /php-src/ext/standard/array.c (Results 1101 – 1117 of 1117)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 80bab9d9 21-Dec-1999 Andrei Zmievski

We're using ZVAL's now.

Revision tags: PRE_LIBZEND_TO_ZEND
# 489de5dc 19-Dec-1999 Zeev Suraski

Support the latest update to call_user_function_ex()

# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again

Revision tags: PRE_RETURN_REF_MERGE
# 457a13da 13-Dec-1999 Andrei Zmievski

Finished array_multisort() function. Basically it sorts multiple arrays
similar to ORDER BY SQL clause.
@ Added array_multisort() function. (Andrei)
# Docs are coming soon

Revision tags: RETURN_REF_BP
# 9278d9d9 12-Dec-1999 Sascha Schumann

Remove unnecessary ARRAYLS_FETCH() calls

# dbaf6c5c 11-Dec-1999 Andrei Zmievski

Added array globals in preparation for multisort() changes.

Revision tags: PRE_RETURN_REF_PATCH
# 3b515617 01-Dec-1999 Sascha Schumann

Make array.c thread-safe

Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 5cc10ece 21-Nov-1999 Thies C. Arntzen

@- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)
convert_to_long() after compare_function() destroys float-compares!

# 09299854 21-Nov-1999 Egon Schmid

Maybe later on today. Must buy some beer first.

# 2451ff53 21-Nov-1999 Thies C. Arntzen

@- Implemented array_flip() function. Returns input-array with key, value
@ flipped. (Thies)
(PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes

@- Implemented array_flip() function. Returns input-array with key, value
@ flipped. (Thies)
(PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes in src-array.

show more ...

# ee1380e6 21-Nov-1999 Thies C. Arntzen

-renamed some macros
-return_value_used now used in a few more functions

Revision tags: php-4.0b3
# 3bffcbef 19-Nov-1999 Andi Gutmans

- Add array.c to the Win32 project

# 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...<<4142434445