#
928c2094 |
| 06-Jun-2006 |
Antony Dovgal |
plug a leak in ext/spl/tests/iterator_047.phpt
|
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
e3f89f11 |
| 21-May-2006 |
Marcus Boerger |
- MFH . Make code exception safe . Make RecursiveRegexIterator::getChildren pass regex to inner ctor . Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode . Add Caching
- MFH . Make code exception safe . Make RecursiveRegexIterator::getChildren pass regex to inner ctor . Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode . Add CachingIterator::getCache() . Add tests
show more ...
|
#
96916c95 |
| 20-May-2006 |
Marcus Boerger |
- MFH Sync with head fixes part of an issue with iterator_(to_array|count)
|
#
e33afedd |
| 18-May-2006 |
Marcus Boerger |
- You shall not use %v in 5.* # Even though it is there it is only meant for pecl dev to ease their pain
|
#
7d79686f |
| 18-May-2006 |
Marcus Boerger |
- MFH Fixed CachingIterator issues with string conversion/__toString() Partly by adding new mode TOSTRING_USE_INNER
|
#
26a67b89 |
| 16-May-2006 |
Marcus Boerger |
- MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)
|
#
046b3495 |
| 12-May-2006 |
Antony Dovgal |
MFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)
|
#
9e0e89c5 |
| 10-May-2006 |
Andrei Zmievski |
Rename RegExIterator -> RegexIterator. Also rename recursive one.
|
#
982822be |
| 10-May-2006 |
Marcus Boerger |
- Fix iterators part and add tests
|
#
9afb3e04 |
| 10-May-2006 |
Marcus Boerger |
- Update after api changes - MFH . ArrayIterator/ArrayObject: function lookup caches and array functions . Added RegExIterator, RecursiveRegExIterator . Added (full) caching sup
- Update after api changes - MFH . ArrayIterator/ArrayObject: function lookup caches and array functions . Added RegExIterator, RecursiveRegExIterator . Added (full) caching support for CachingIterator
show more ...
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
af429910 |
| 13-Apr-2006 |
Antony Dovgal |
AIX #define's accept as naccept add a workaround
|
Revision tags: php-5.1.3RC2 |
|
#
59b8592c |
| 29-Mar-2006 |
Antony Dovgal |
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_ob
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
show more ...
|
#
a824bcf4 |
| 26-Mar-2006 |
Marcus Boerger |
- MFH: Make IteratorIterator base of most SPL iterators
|
Revision tags: php-5.1.3RC1 |
|
#
a325d22c |
| 06-Mar-2006 |
Marcus Boerger |
- MFH Missed 'proto'
|
#
dc8221c1 |
| 06-Mar-2006 |
Marcus Boerger |
- Fix last %v, too
|
#
94165e41 |
| 06-Mar-2006 |
Marcus Boerger |
- There is no %v in 5.1 (found by Tony)
|
#
e795f8f4 |
| 06-Mar-2006 |
Marcus Boerger |
- MFH Proto fixes
|
#
7dc32275 |
| 05-Mar-2006 |
Marcus Boerger |
- Fix issues with not/double calling of constructors of SPL iterators - Fix issues with info-class/file-class in SPL directory handling classes - Add SimpleXMLElement::count() - Drop erro
- Fix issues with not/double calling of constructors of SPL iterators - Fix issues with info-class/file-class in SPL directory handling classes - Add SimpleXMLElement::count() - Drop erroneous RecursiveDirectoryIterator::getSubPathInfo() - Drop dead code - Add tests - Update docu
show more ...
|
Revision tags: RELEASE_1_2 |
|
#
bccf4bd9 |
| 06-Feb-2006 |
Antony Dovgal |
MFH: initialize variables and reduce the number of warnings
|
Revision tags: RELEASE_0_9_4 |
|
#
2d1d4763 |
| 23-Jan-2006 |
Marcus Boerger |
- MFH Fix error message
|
Revision tags: RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
34f32d4d |
| 01-Jan-2006 |
Marcus Boerger |
- Just another place where rewind() might not be set
|
#
e99fac3d |
| 01-Jan-2006 |
Marcus Boerger |
- key() might be optional
|
#
d6ee7d1d |
| 01-Jan-2006 |
Marcus Boerger |
- Fix SEGV when rewind() not set
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
#
cfda3756 |
| 25-Dec-2005 |
foobar |
MFH
|