#
6a67d06c |
| 20-Jun-2005 |
Marcus Boerger |
- Fix handling of ArrayObject/ArrayIterator flags and provide test
|
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
309025e8 |
| 24-May-2005 |
Marcus Boerger |
- Small fix (found by joerg)
|
#
b45fb630 |
| 19-May-2005 |
Marcus Boerger |
- Add ability to reference the object itself - Add ability to exchange the refrenced object - Add ArrayObject::getFlags/setFlags and 2nd param to __construct to control operation modes
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2 |
|
#
041524fe |
| 21-Mar-2005 |
Marcus Boerger |
- Fix Bug #32394 offsetUnset() segfaults in a foreach
|
Revision tags: php-5.0.4RC1, php-4.3.11RC1 |
|
#
dd54f36d |
| 13-Mar-2005 |
Marcus Boerger |
- Fix signature definition
|
#
b924ef87 |
| 11-Mar-2005 |
Marcus Boerger |
- Don't touch refcount/is_ref
|
#
0e9e0f62 |
| 08-Mar-2005 |
Johannes Schlüter |
- Fix #32238 (spl_array.c: void function cannot return value)
|
#
89f32075 |
| 06-Mar-2005 |
Marcus Boerger |
- Use new objects
|
#
e4ce3e36 |
| 05-Mar-2005 |
Marcus Boerger |
- Negative seeking is not supported
|
#
7cca51e9 |
| 03-Mar-2005 |
Marcus Boerger |
- Fix bug #32134
|
#
90012803 |
| 01-Mar-2005 |
Marcus Boerger |
- Fix #32130 (ArrayIterator::seek() does not throw an Exception on invalid index)
|
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
f18aa852 |
| 27-Jan-2005 |
Marcus Boerger |
- Know whether ew refer to an external array (is_ref) or not
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
08cc69db |
| 11-Nov-2004 |
Marcus Boerger |
- Correct exception throwing
|
#
4c8bca46 |
| 11-Nov-2004 |
Marcus Boerger |
- Use exceptions now they work
|
#
2ce7bcd7 |
| 01-Nov-2004 |
Marcus Boerger |
- Allow direct access to spl class entries (SPL cannot be build shared)
|
#
8e3a8b1e |
| 01-Nov-2004 |
Marcus Boerger |
- Add interface Countable (PECL #30113)
|
#
b9470609 |
| 01-Nov-2004 |
Marcus Boerger |
- Minor fixes - Implement AppendIterator in C
|
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, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH |
|
#
819127b7 |
| 31-Aug-2004 |
Marcus Boerger |
Fix seeking
|
Revision tags: php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
dc66fb1f |
| 21-Jun-2004 |
Marcus Boerger |
Fixed bug #28822: ArrayObject::offsetExists() works inverted
|
#
de8b4571 |
| 20-Jun-2004 |
Marcus Boerger |
Fix 2nd issue of bug #28831
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
bfc3e689 |
| 07-May-2004 |
Marcus Boerger |
- Fix bug #28309
|
#
63505287 |
| 06-May-2004 |
Marcus Boerger |
Count support for ArrayIterator & ArrayObject
|
#
a9bdb2ed |
| 29-Apr-2004 |
Marcus Boerger |
- Fix protos and add notes to the docs - Reorder func prototypes to show what is common and what is specific
|