History log of /PHP-5.5/ext/standard/array.c (Results 201 – 225 of 494)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: php-4.3.9RC3
# 4bae5cb4 11-Sep-2004 Derick Rethans

- MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions which
makes them sort based on the current locale. (Derick)


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# fe73e4d8 26-Aug-2004 Ilia Alshanetsky

Fixed bug #29808 (array_count_values() breaks with numeric strings).


Revision tags: php-5.0.1, php-5.0.1RC2
# 02869139 12-Aug-2004 Andi Gutmans

- Use FREE_HASHTABLE()


Revision tags: php-4.3.9RC1, php-5.0.1RC1
# 51fc7b8e 10-Aug-2004 Moriyoshi Koizumi

- Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
twice or more times). (Patch inspired by Michael Manley. Thanks.)


12345678910>>...20