History log of /PHP-5.3/ext/standard/array.c (Results 226 – 250 of 442)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 07a97290 03-Feb-2003 foobar

- Fixed bug: #21998 (array_pop() did not reset the current array position)
# This behaves now same as in PHP 4.2.3


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 38ad0e91 24-Jan-2003 Ilia Alshanetsky

zend_error -> php_error_docref.


# 8a9e09a4 21-Jan-2003 Ilia Alshanetsky

ARG_COUNT(ht) -> ZEND_NUM_ARGS().


# 1cdc9566 13-Jan-2003 Andrey Hristov

added array_combine().
Creates an array by using the elements of the first parameter as keys and
the elements of the second as correspoding keys. Error is thrown in case
the arrays has di

added array_combine().
Creates an array by using the elements of the first parameter as keys and
the elements of the second as correspoding keys. Error is thrown in case
the arrays has different number of elements. Number of elements 0 is not
valid for both parameters.

show more ...


# f962ba6a 03-Jan-2003 Moriyoshi Koizumi

Fixed small leaks in array_map() in case the first parameter is NULL like
array_map(NULL, array(...));


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0
# fbcee73c 25-Dec-2002 Ilia Alshanetsky

Make range operate on the copies of the parameters rather then modify the
actual parameters.


Revision tags: php-4.3.0RC4
# 3a4bf3f9 20-Dec-2002 Ilia Alshanetsky

When low & high are the same return an array containing the low value.
Added support for float values and handling of numeric values being passed
as strings.
Added a test case for range().


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 4974f268 09-Dec-2002 Moriyoshi Koizumi

@- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)


# ed7c3bfe 06-Dec-2002 Ilia Alshanetsky

Fixed bug #20865, array_key_exists() could not locate NULL keys.


# c6680551 05-Dec-2002 Ilia Alshanetsky

Remove pointless checks for array_init() return values.


# 7bf4090e 04-Dec-2002 Moriyoshi Koizumi

Fixed segfaults of array_walk() when keys are passed to cb by reference.
Fixed bug #12776.


# 242ddba3 03-Dec-2002 Moriyoshi Koizumi

Fixed leaks in array_walk()


Revision tags: php-4.3.0RC2
# 98dace88 26-Nov-2002 Moriyoshi Koizumi

Improved the error reporting portion of array_walk() as suggested by Markus


# 3fd513f3 26-Nov-2002 Moriyoshi Koizumi

Prevent too many error reports from being displayed


# 61b3d5cc 26-Nov-2002 Moriyoshi Koizumi

Fixed incorrect error messages of array_walk() in case the callback is
specified in an array form


Revision tags: RELEASE_1_0b2
# 44c98c7e 23-Nov-2002 Moriyoshi Koizumi

Fixed some odd behaviours of range()


Revision tags: BEFORE_RENAMING
# fb20eae7 15-Nov-2002 Moriyoshi Koizumi

Fixed bug #20381


Revision tags: php-4.3.0RC1
# 92df58da 14-Nov-2002 Jon Parise

@- Added an optional "step" parameter to range(). (Jon)


# 253cecd4 13-Nov-2002 John Coggeshall

Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()
function.

Modified the layout and some minor logic in the experimental webHarness()
test class

Added

Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()
function.

Modified the layout and some minor logic in the experimental webHarness()
test class

Added Whitespace accidently to array.c :)

show more ...


# 6d57337c 05-Nov-2002 Ilia Alshanetsky

Fixed a memory leak in array_fill().
The refcount hack is now done for ZE1 only and is slightly faster then the
original.
After this patch array_fill() can consistently create arrays with

Fixed a memory leak in array_fill().
The refcount hack is now done for ZE1 only and is slightly faster then the
original.
After this patch array_fill() can consistently create arrays with >65k elements.

show more ...


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1
# f61889e7 10-Oct-2002 Sterling Hughes

revert patch


# 2c4aa71d 09-Oct-2002 Sterling Hughes

clean these functions up using zend_parse_parameters and nuke the use of
HASH_OF() which is inappropriate in these cases...


# 521a9bda 09-Oct-2002 Sterling Hughes

small cleanups...


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 9ee1ce15 21-Sep-2002 Andrey Hristov

ws fixes.
#hope not to be flamed :) what a wonderful day.


12345678910>>...18