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


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# 74a63cc1 20-Jun-2005 Marcus Boerger

- Fixed #33136:
- Allow ArrayObject::offsetSet(NULL, $value) as replacement for [] = $value
- Fix memleaks with overloading ArrayObject


# 6a67d06c 20-Jun-2005 Marcus Boerger

- Fix handling of ArrayObject/ArrayIterator flags and provide test


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 309025e8 24-May-2005 Marcus Boerger

- Small fix (found by joerg)


# b45fb630 19-May-2005 Marcus Boerger

- Add ability to reference the object itself
- Add ability to exchange the refrenced object
- Add ArrayObject::getFlags/setFlags and 2nd param to __construct to
control operation modes


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# 041524fe 21-Mar-2005 Marcus Boerger

- Fix Bug #32394 offsetUnset() segfaults in a foreach


Revision tags: php-5.0.4RC1, php-4.3.11RC1
# dd54f36d 13-Mar-2005 Marcus Boerger

- Fix signature definition


# b924ef87 11-Mar-2005 Marcus Boerger

- Don't touch refcount/is_ref


# 0e9e0f62 08-Mar-2005 Johannes Schlüter

- Fix #32238 (spl_array.c: void function cannot return value)


# 89f32075 06-Mar-2005 Marcus Boerger

- Use new objects


# e4ce3e36 05-Mar-2005 Marcus Boerger

- Negative seeking is not supported


123456789