Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
50685117 |
| 07-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #40036 (empty() does not work correctly with ArrayObject when using ARRAY_AS_PROPS). |
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year. |
Revision tags: php-5.2.1RC1 |
|
#
5006fb2c |
| 03-Nov-2006 |
Hannes Magnusson |
MFH: Fix double "wrong param count" messages |
Revision tags: php-5.2.0, php-5.2.0RC6 |
|
#
30423865 |
| 20-Oct-2006 |
Sara Golemon |
MFH(r-1.114) Can't use real arrays held by ArrayObjects in write context |
Revision tags: php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1 |
|
#
c45c9748 |
| 11-Aug-2006 |
Nuno Lopes |
fix #38402: wrong proto for Array*::offsetGet() |
Revision tags: php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
ac3c882b |
| 11-May-2006 |
Marcus Boerger |
- Use of E_RECOVERABLE_ERROR |
#
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 |
|
#
e8270edf |
| 07-Apr-2006 |
Antony Dovgal |
fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators |
#
c58e1fa5 |
| 04-Apr-2006 |
Marcus Boerger |
- MFH . Fixed bug #36941 (ArrayIterator does not clone itself) . Fixed SEGV when ArrayObject/Iterator use reference to self . Added tests |
#
9a59df13 |
| 01-Apr-2006 |
Antony Dovgal |
fix segfault when assigning value by ref and add test (I consider it's wrong that we can't do it, but we shouldn't segfault anyway) |
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 ...
|
#
87ae2460 |
| 23-Mar-2006 |
Dmitry Stogov |
Fixed possible memory corruption |
#
1ce8546c |
| 22-Mar-2006 |
Antony Dovgal |
fix leak |
#
32f61109 |
| 22-Mar-2006 |
Antony Dovgal |
fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) fix similar issue in offsetExists() remove redundant semicolons |
Revision tags: php-5.1.3RC1 |
|
#
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 |
|
#
4b2b9461 |
| 12-Feb-2006 |
Marcus Boerger |
- MFH No more old parameter api usage |
#
a31f337c |
| 02-Feb-2006 |
Marcus Boerger |
- MFH Fix ArrayIterator::seek() edge cases |
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version |
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1 |
|
#
241aa9a5 |
| 14-Nov-2005 |
Antony Dovgal |
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions |
Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2 |
|
#
de03dd63 |
| 09-Oct-2005 |
Marcus Boerger |
- MFH Fix potential SEGV with overloaded objects |
Revision tags: php-4.4.1RC1, RELEASE_0_9_0 |
|
#
061ff97f |
| 03-Oct-2005 |
Marcus Boerger |
- MFH Throw an exception if an illegal string value is being used in ArrayObject::offsetSet() |
#
184309c2 |
| 03-Oct-2005 |
Marcus Boerger |
- MFH Fix issue with RecursiveArrayIterator::getChildren() |
#
7d918fae |
| 18-Sep-2005 |
Marcus Boerger |
- Synch naming/move changes with HEAD - Update tests/docu # New functionality in CachingIterator/RecursiveIteratorIterator not MFHed |
#
b4dd0307 |
| 15-Sep-2005 |
Marcus Boerger |
MFH: - Add SplObjectStorage - Add RecursiveFilterIterator - Rename Observer to SplObserver - Rename Subject to SplSubject - Move SPL constants to class constants - Update docu |
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year |