History log of /php-src/ext/standard/array.c (Results 1101 – 1125 of 1127)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# a60e91b3 11-Feb-2000 Andrei Zmievski

(request_shutdown) Prevent infinite loop on shutdown if there is an error
in shutdown function.
(php_array_walk) Print a warning if the walk function doesn't exist.

(request_shutdown) Prevent infinite loop on shutdown if there is an error
in shutdown function.
(php_array_walk) Print a warning if the walk function doesn't exist.

Split shutdown function call into a separate function that's called with
zend_hash_apply() instead of as destructor to keep hash consistent.

This fixes bug #3419.

show more ...

# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch

# 29280bb9 10-Feb-2000 Andi Gutmans

- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32

Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# c12aa454 05-Feb-2000 Zeev Suraski

Compile fixes

# 3a816341 05-Feb-2000 Zeev Suraski

Cleanup patches

Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# bdefd5da 04-Jan-2000 Andi Gutmans

- Change IS_UNSET -> IS_NULL

# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

# ccb4b183 31-Dec-1999 Zeev Suraski

Happy new year (especially to Thies :)
- Zend branch patches merged in - get the PHP tree uptodate
- Clean

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

1...<<414243444546