#
4de45657 |
| 16-Jun-2005 |
Wez Furlong |
Fix compile on win32 at least. |
#
be045826 |
| 15-Jun-2005 |
Andrei Zmievski |
WS fix |
#
ec097111 |
| 15-Jun-2005 |
Andrei Zmievski |
Fix FCI cache for array_walk and user array compare functions. Bug #33286. (Patch from m.bretz@metropolis-ag.de) |
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
72c6d5cb |
| 08-Jun-2005 |
Dmitry Stogov |
Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #24980) |
#
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 |