History log of /PHP-8.2/ext/standard/php_array.h (Results 101 – 113 of 113)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# f18b903d 10-Jun-2000 Stig Venaas

Changed array_subtract to array_diff


# 99f151f1 10-Jun-2000 Stig Venaas

Adding fuctions array_unique, array_intersect and array_subtract.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 01a42209 30-May-2000 Andrei Zmievski

@- Added array_merge_recursive() that will recursively merge values
@ under the same keys. (Andrei)


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# a859e833 18-May-2000 Andrei Zmievski

Update for sort functions - user can now specify sort type.


# fdbea075 09-May-2000 Andrei Zmievski

@- Added array_rand() function. (Andrei)


Revision tags: php-4.0RC2
# c7100c4a 12-Apr-2000 Andrei Zmievski

Added natural comparison/sorting routines using code from Martin Pool.

@- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),
@ natsort(), and natcasesort(). These a

Added natural comparison/sorting routines using code from Martin Pool.

@- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),
@ natsort(), and natcasesort(). These are useful for comparing and sorting
@ strings that contain numbers. Based on the code from Martin Pool
@ <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/
@ for more info on natural sorting. (Andrei)

show more ...


Revision tags: PHP-4.0-RC1
# 99e0b363 06-Mar-2000 Stig Bakken

@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, 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
# dbaf6c5c 11-Dec-1999 Andrei Zmievski

Added array globals in preparation for multisort() changes.


Revision tags: PRE_RETURN_REF_PATCH
# ae1b7bf4 05-Dec-1999 Stig Bakken

@Fix warnings compiling in maintainer mode. (Stig)
Fix warnings compiling in maintainer mode.
Install DB/common.php and DB/mysql.php on "make install".
# We still have a warning from http

@Fix warnings compiling in maintainer mode. (Stig)
Fix warnings compiling in maintainer mode.
Install DB/common.php and DB/mysql.php on "make install".
# We still have a warning from http_config.h:97. Rasmus? :-)

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 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 ...


Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 438addf3 13-Nov-1999 Andrei Zmievski

Split array functions into separate module.


12345