History log of /PHP-7.3/ext/standard/array.c (Results 551 – 575 of 848)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# be3a9ccd 11-May-2005 Andrey Hristov

add function array_product()


# c78ec161 25-Apr-2005 Dmitry Stogov

Fixed call to estrndup() with invalid length


# a13b29ad 12-Apr-2005 Antony Dovgal

fix #30833 (array_count_values modifying input array)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# b30d8bee 22-Mar-2005 Ilia Alshanetsky

Simplify argument checking code for array_combine().


# e3814147 19-Mar-2005 Marcus Boerger

- Check another incarnation of bug #30266


Revision tags: php-5.0.4RC1, php-4.3.11RC1
# 07014710 12-Mar-2005 Andrey Hristov

Fixed #30871


# faae6ac1 11-Mar-2005 Marcus Boerger

- Do not touch return_valu's refcount or is_ref


# f8fc9a32 05-Mar-2005 Andrei Zmievski

Check that object can actually return a class entry. I need this for a
class-entry-less helper objects that should not be present in the class
table.


Revision tags: RELEASE_0_2_4
# ff168773 18-Feb-2005 Derick Rethans

- Fixed bug #32021: Crash caused by range('', 'z')


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2
# bb9ba8e3 10-Feb-2005 Rob Richards

fix segfault when retval_ptr is empty - such as when exception thrown


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# 7b241027 02-Feb-2005 Stanislav Malyshev

fix memory leak if function call fails


# 38d8e20f 23-Dec-2004 Antony Dovgal

destroy return_value and fix leak in array_fill()


# 33c24b54 16-Dec-2004 Antony Dovgal

fix leak (init array only if we got valid start key)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# b6b8bf00 03-Dec-2004 Antony Dovgal

fix array_walk_recursive() so it doesn't reuse cached fci between calls
and add test for it


# ccc6462c 02-Dec-2004 Antony Dovgal

revert my previous patch as it breaks more than fixes


Revision tags: php-5.0.3RC1
# dbc0bb75 28-Nov-2004 Antony Dovgal

fix #29954 (array_reduce segfaults when initial value is array)


Revision tags: php-4.3.10RC1
# 2a588879 19-Nov-2004 Antony Dovgal

fix bug #30587 (array_multisort doesn't separate zvals before changing them)


# c18e248e 01-Nov-2004 Marcus Boerger

- Remove doubled definition


# b0c2af58 01-Nov-2004 Marcus Boerger

- Add some comment


# 2ce7bcd7 01-Nov-2004 Marcus Boerger

- Allow direct access to spl class entries (SPL cannot be build shared)


# db47e478 01-Nov-2004 Marcus Boerger

- Use new way for global variables
- Cache class lookup


# 8e3a8b1e 01-Nov-2004 Marcus Boerger

- Add interface Countable (PECL #30113)


Revision tags: PRE_NEW_VM_GEN_PATCH
# 11bcaedf 04-Oct-2004 Andi Gutmans

- Rename delete_global_variable() to zend_delete_global_variable()


# db507dd1 04-Oct-2004 Andi Gutmans

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
-

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
- Will post to internals@ or via commit messages if there's anything else.

show more ...


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1
# 7795da58 15-Sep-2004 Derick Rethans

- Added new boolean (fourth) parameter to array_slice() that turns on the
preservation of keys in the returned array.


1...<<21222324252627282930>>...34