History log of /PHP-5.5/ext/standard/array.c (Results 476 – 494 of 494)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_ISSET_TYPE
# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# 3f6e00e4 24-Dec-1999 Andi Gutmans

- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much
more tricky and I'm not sure how many places this is. zval allocations
were only made directly in 11 places.


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