History log of /PHP-7.1/ext/standard/php_array.h (Results 76 – 95 of 95)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1424e363 20-Feb-2001 Andrei Zmievski

Rename to array_search().


# 1888a98a 20-Feb-2001 Jason Greene

Moved the core of in_array into the function php_search_array, which is called by
in_array and search_array (new)

@ Added search_array which works similar to in_array but returns
@ t

Moved the core of in_array into the function php_search_array, which is called by
in_array and search_array (new)

@ Added search_array which works similar to in_array but returns
@ the key instead of a boolean. (jason@php.net)

show more ...


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 753e4665 11-Dec-2000 Andrei Zmievski

Make php_array_merge() an API function.


Revision tags: php-4.0.4RC3
# a35bf416 25-Oct-2000 Andrei Zmievski

Added array_sum() function.


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 83513d95 24-Jul-2000 David Croft

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not alr

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

show more ...


# 3ac0ae9d 11-Jul-2000 Andrei Zmievski

@- Improved array_multisort() to be able to specify sort type as well sort
@ order. Incidentally, it can be used to sort multi-dimensional arrays
@ as well. (Andrei)


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 16017f6d 02-Jul-2000 Sascha Schumann

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either an

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.

show more ...


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.


1234