#
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 |
#
74f21310 |
| 29-Apr-2004 |
Marcus Boerger |
- ArrayObject::append() must not be called when it refers to an object |
#
bf5f758c |
| 29-Apr-2004 |
Marcus Boerger |
- Remove unused variable - Respect visibility in count() and add a test for that |
#
69e792ee |
| 28-Apr-2004 |
Marcus Boerger |
Count() was missing |
#
7a538029 |
| 27-Apr-2004 |
Marcus Boerger |
- Fix ArrayIterator iteration - Make it seekable |
#
9238d1bb |
| 25-Apr-2004 |
Marcus Boerger |
With the new inheritance rules we need an explicit append method. |
#
5b755c40 |
| 25-Apr-2004 |
Marcus Boerger |
Fix several issues - bugfix #27063 - bugfix #27929 - bugfix #28099 - bugfix #28125 # The amount of code is needed to solve the return by reference problem. # dual_it and deriv
Fix several issues - bugfix #27063 - bugfix #27929 - bugfix #28099 - bugfix #28125 # The amount of code is needed to solve the return by reference problem. # dual_it and derived also need their own iterator handlers to be able # to return by reference.
show more ...
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1 |
|
#
ad2471cb |
| 13-Apr-2004 |
Marcus Boerger |
Bugfix #27979 |
#
3c84c9c4 |
| 13-Apr-2004 |
Stanislav Malyshev |
fix bug #27979 |
Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5 |
|
#
af9788eb |
| 20-Mar-2004 |
Marcus Boerger |
Fix return value to match std array func behavior |
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1 |
|
#
b95d8d14 |
| 13-Mar-2004 |
Marcus Boerger |
Bugfix #27586 ArrayObject::getIterator crashes with [] assignment |
Revision tags: RELEASE_0_2_0 |
|
#
b6b7c9eb |
| 08-Mar-2004 |
Marcus Boerger |
Rename hasMore() to valid() as discussed. (Part I) |
Revision tags: php-4.3.5RC3 |
|
#
1507a4a6 |
| 12-Feb-2004 |
Marcus Boerger |
Fix (thx Andi) |
#
ab1e2e7c |
| 12-Feb-2004 |
Marcus Boerger |
Fix ArrayObject |
Revision tags: php-5.0.0b4, php-5.0.0b4RC1 |
|
#
d89b7b23 |
| 04-Feb-2004 |
Zeev Suraski |
API updates |
Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split |
|
#
3b207ccb |
| 20-Jan-2004 |
Marcus Boerger |
Add cvs tags |
Revision tags: php-4.3.5RC1 |
|
#
0e5b87c5 |
| 08-Jan-2004 |
Marcus Boerger |
Update copyright |
#
8d011cba |
| 23-Dec-2003 |
Wez Furlong |
fix API exports |
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
0f2f7453 |
| 26-Nov-2003 |
Marcus Boerger |
Cleanup |
#
06cdd3e4 |
| 26-Nov-2003 |
Marcus Boerger |
Remove interfaces implemented in engine now |
#
e3cbda97 |
| 22-Nov-2003 |
Marcus Boerger |
Disable interfaces ArrayRead and ArrayAccess |
#
5757ae3d |
| 17-Nov-2003 |
Marcus Boerger |
Rename ArrayClass to ArrayObject |
#
b904d296 |
| 17-Nov-2003 |
Marcus Boerger |
Fix ArrayClass and provide missing has_dimension handler. |
#
159c538b |
| 09-Nov-2003 |
Marcus Boerger |
Major update: - Remove all overloading hooks -> array_read/array_access must be rewritten - Remove all basic iterators - Remove all 'spl_' prefixing exposed to user level - Add Recurs
Major update: - Remove all overloading hooks -> array_read/array_access must be rewritten - Remove all basic iterators - Remove all 'spl_' prefixing exposed to user level - Add RecursiveIterator, RecursiveIteratorIterator - Add DirectoryIterator, DirectoryTreeIterator - Add some examples
show more ...
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
cd021cfb |
| 18-Sep-2003 |
Marcus Boerger |
Go with studlyCaps |