History log of /PHP-5.5/ext/spl/spl_array.c (Results 151 – 175 of 210)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 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


123456789