| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Just return FAILURE & allow NULL without emmidiate error | Marcus Boerger | 2005-04-05 | 1 | -2/+2 |
| | | |||||
| * | - Fix typos | Andi Gutmans | 2005-03-19 | 1 | -8/+8 |
| | | |||||
| * | - More exact signatures (even though complete correct not possible atm) | Marcus Boerger | 2005-03-13 | 1 | -3/+8 |
| | | |||||
| * | - New Interface Serializeable | Marcus Boerger | 2005-03-07 | 1 | -0/+86 |
| | | | | | | | - Change signature of unserialize() callback to ease inheritance and support code reuse of handlers | ||||
| * | - Support statuc methods/functions | Marcus Boerger | 2005-03-01 | 1 | -5/+11 |
| | | |||||
| * | - Allow to convert Traversable into Aggregate | Marcus Boerger | 2005-02-23 | 1 | -2/+16 |
| | | |||||
| * | - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars) | Marcus Boerger | 2005-01-25 | 1 | -1/+2 |
| | | |||||
| * | - Allow getIterator() to fail | Marcus Boerger | 2005-01-24 | 1 | -3/+9 |
| | | |||||
| * | Fix warnign | Marcus Boerger | 2004-09-27 | 1 | -1/+1 |
| | | |||||
| * | quick fix for #29382 | Stanislav Malyshev | 2004-07-26 | 1 | -1/+1 |
| | | |||||
| * | - Fix warnings | Marcus Boerger | 2004-04-27 | 1 | -3/+3 |
| | | |||||
| * | - no unneccessary retval initialization | Marcus Boerger | 2004-04-27 | 1 | -15/+6 |
| | | | | | | | - new c-level iterator handler invalidate_current that is optionally used to clear internal caching like in implementation of Iterator | ||||
| * | Capture potential problem by error message | Marcus Boerger | 2004-04-25 | 1 | -0/+7 |
| | | |||||
| * | preserve ZEND_API in definition | Stanislav Malyshev | 2004-03-28 | 1 | -4/+4 |
| | | |||||
| * | Clearify the different method/class flags (as discussed with Andi). | Marcus Boerger | 2004-03-09 | 1 | -1/+1 |
| | | |||||
| * | Rename hasMore() to valid() as discussed. (Part II) | Marcus Boerger | 2004-03-08 | 1 | -5/+5 |
| | | |||||
| * | Rename hasMore() to valid() as discussed. (Part I) | Marcus Boerger | 2004-03-08 | 1 | -2/+2 |
| | | |||||
| * | - Check return-by-reference bit when implementing interface prototypes | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | - Add infrastructure for built-in functions to hint whether they return by reference or not. It is NOT currently used for anything, except for interface prototypes (you can use it to request that the function that implements your prototype returns by reference or doesn't return by reference). For downwards compatibility - by default, interface prototypes are agnostic as to whether the function that implements them returns by reference or not. Use ZEND_BEGIN_ARG_INFO_EX() with ZEND_RETURN_VALUE/ZEND_RETURN_REFERENCE to change that. - Fix ArrayAccess::getOffset() to conduct additional checks. If your getOffset() should work with multidimensional arrays - it must return by reference. | ||||
| * | - Export struct zend_user_iterator | Marcus Boerger | 2004-01-26 | 1 | -38/+53 |
| | | | | | | | - Ad 'it' to function prefix to prevent naming clashes - Export zend_user_it_free_current | ||||
| * | #where has my bracket been gone? | Marcus Boerger | 2004-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fix inheritance rule for interface Traversable | Marcus Boerger | 2004-01-17 | 1 | -1/+1 |
| | | |||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | Add new interface ArrayAccess to use objects as Arrays | Marcus Boerger | 2003-11-24 | 1 | -0/+30 |
| | | |||||
| * | Use correct order | Marcus Boerger | 2003-11-18 | 1 | -2/+4 |
| | | |||||
| * | Use correct macro/function | Marcus Boerger | 2003-11-18 | 1 | -2/+1 |
| | | |||||
| * | Correct destruction | Marcus Boerger | 2003-11-17 | 1 | -2/+1 |
| | | |||||
| * | IteratorAggregate::getIterator() cannot return anythingy else than objects | Marcus Boerger | 2003-11-13 | 1 | -2/+5 |
| | | |||||
| * | Little iterator improvement: ability to store index in iterator | Marcus Boerger | 2003-11-10 | 1 | -8/+2 |
| | | |||||
| * | Prevent some SEGV's when Exceptions are thorown inside iterators. | Marcus Boerger | 2003-11-04 | 1 | -10/+15 |
| | | |||||
| * | Give some freedon to c iterators but not in userspace. | Marcus Boerger | 2003-10-28 | 1 | -3/+15 |
| | | |||||
| * | Impement userspace iterator interfaces and tests. See tests for details | Marcus Boerger | 2003-10-22 | 1 | -0/+381 |
| on the names. | |||||
