Xinchen Hui
|
1265850fef
|
Add zend_iterator_dtor
|
2014-02-28 15:03:43 +08:00 |
|
Xinchen Hui
|
382b0dfdb7
|
Refactoring zend_iterator (incompleted)
|
2014-02-27 19:19:02 +08:00 |
|
Dmitry Stogov
|
495551aa8c
|
Fixed iterators API. zend_iterator_init() has to be used in each get_iterator() callback.
|
2014-02-26 15:01:08 +04:00 |
|
Dmitry Stogov
|
be82a07776
|
Use better data structures (incomplete)
|
2014-02-12 18:08:11 +04:00 |
|
Dmitry Stogov
|
f4cfaf36e2
|
Use better data structures (incomplete)
|
2014-02-10 10:04:30 +04:00 |
|
Xinchen Hui
|
c081ce628f
|
Bump year
|
2014-01-03 11:08:10 +08:00 |
|
Nikita Popov
|
fcc6611de9
|
Add support for non-scalar Iterator keys in foreach
RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
|
2013-03-12 17:27:31 +01:00 |
|
Xinchen Hui
|
a666285bc2
|
Happy New Year
|
2013-01-01 16:37:09 +08:00 |
|
Xinchen Hui
|
6284ef112e
|
Fixed bug #63236 (Executable permission on various source files)
|
2012-10-09 13:28:31 +08:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Sebastian Bergmann
|
d2281d1dff
|
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
|
2010-01-05 20:46:53 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Marcus Boerger
|
637a40423c
|
- MFH as discussed
. zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D)
. zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D)
. added E_RECOVERABLE_ERROR
. added ZEND_TOSTRING_FUNC_NAME
. added __tostring function cache to zend_class_entry
. added ZEND_NAMED_ME
. modified ZEND_ME_MAPPING to support method flags
. added ZEND_MN
. method entries now use prefix "zim_" instead of "zif_"
. drop EG(ze1_compatibility_mode)
. changed cast handler, now without (int should_free):
typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC);
. changed get_iterator, now receives whether value is by ref:
zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
. added zend_objects_store_add_ref_by_handle
. added zend_objects_store_del_ref_by_handle
. convert_to_explicit_type(pzv, type)
|
2006-05-09 23:53:23 +00:00 |
|
Andi Gutmans
|
61e93ccfe8
|
- Update copyright notices to 2006
|
2006-01-04 23:53:05 +00:00 |
|
foobar
|
916815b779
|
Bump up the year
|
2005-08-03 13:30:58 +00:00 |
|
Marcus Boerger
|
e1cd098925
|
- no unneccessary retval initialization
- new c-level iterator handler invalidate_current that is optionally
used to clear internal caching like in implementation of Iterator
|
2004-04-27 15:38:07 +00:00 |
|
Marcus Boerger
|
6b0f57ee50
|
Rename hasMore() to valid() as discussed. (Part II)
|
2004-03-08 18:05:41 +00:00 |
|
Hartmut Holzgraefe
|
1727c6a2bb
|
more EXTERN_C wrapping of ZEND_API prototypes
|
2004-02-20 08:03:27 +00:00 |
|
Marcus Boerger
|
6e2cf148a4
|
Respect proeprty visibility in foreach
|
2004-01-25 13:32:02 +00:00 |
|
foobar
|
ccfc46b0aa
|
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
|
2004-01-08 17:33:29 +00:00 |
|
Marcus Boerger
|
5112a4ae24
|
Update Iterators: Call next at the correct point in time.
|
2003-11-07 10:47:47 +00:00 |
|
Marcus Boerger
|
b0b82541e8
|
Fix class/iterator relationship & handling
|
2003-10-18 18:43:31 +00:00 |
|
Marcus Boerger
|
ac262baf19
|
Change order: Optional rewind() to end of structure
|
2003-10-18 14:56:47 +00:00 |
|
Marcus Boerger
|
25aa8b715e
|
Added c-api for iterators
# After 4 Month work and endless discussions...
|
2003-10-17 17:19:44 +00:00 |
|