History log of /PHP-7.3/ext/standard/array.c (Results 776 – 800 of 848)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c45b1c2c 19-Sep-2000 Zeev Suraski

- Fix warnings
- Fix URL scanner startup crash


# 5470222d 12-Sep-2000 Andrei Zmievski

Forgot to update proto.


# 34574352 12-Sep-2000 Andrei Zmievski

@- Added second argument to array_reverse() that indicatese whether
@ the original array keys should be preserved. (Andrei)


Revision tags: php-4.0.2
# d89c5b23 22-Aug-2000 Andrei Zmievski

@- Updated array_walk() to be able to accept array($obj, 'method')
@ syntax for the walk function. (Andrei)


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# c1ceeaf8 18-Aug-2000 Hartmut Holzgraefe

typo fix in array_diff error message, fixes bug #6236


# 867160a7 18-Aug-2000 Hartmut Holzgraefe

minor typo fix in proto


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 920f6fd1 04-Aug-2000 Hartmut Holzgraefe

ooops - theese new parameters are optional


# 6a93f284 04-Aug-2000 Hartmut Holzgraefe

added new second parameter to osrt functions in the protos


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


# 8f96ea6b 17-Jul-2000 Andrei Zmievski

*** empty log message ***


# c9c425d6 11-Jul-2000 Andrei Zmievski

Updated comments.


# 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
# cd397361 04-Jul-2000 Egon Schmid

Not every argument type is mixed.


# f2457db5 04-Jul-2000 Egon Schmid

Missed a two liner.


Revision tags: php-4.0.1pl1
# 49365eea 28-Jun-2000 Andrei Zmievski

Oops, didn't mean to commit that.


# 29e8e565 28-Jun-2000 Andrei Zmievski

@- Added an optional parameter to preg_replace() that can be used to
@ specify how many replacements to make. (Andrei)


Revision tags: php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 5f98304f 25-Jun-2000 Egon Schmid

The second array_merge() is now array_merge_recursive().


# 10b5f748 18-Jun-2000 Andrei Zmievski

One more place.


# 789aa480 18-Jun-2000 Andrei Zmievski

@- Modified in_array() to not touch array pointer. (Andrei)


# da662986 17-Jun-2000 Zeev Suraski

- Fix a couple of wranings in the FTP code and in parsedate.y
- Be safer with LC_MESSAGES
- Align with the latest Zend change in call_user_function_ex()


# 2e738b51 11-Jun-2000 Stig Venaas

Forgot to set_compare_func in the new array functions, had only tested
with older source.


# 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
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# a23c64ee 04-Jun-2000 Stanislav Malyshev

\0 is part of they key, but not of the variable


1...<<31323334