Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | fix bug #47353 (crash when creating a lot of objects in object destructor) | Antony Dovgal | 2009-02-11 | 1 | -0/+6 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Fix issue with destruction of overloaded objects | Marcus Boerger | 2008-08-24 | 1 | -5/+11 |
| | | | | | | | | | # The issue is that we assume default object handlers when calling method # __destruct(). Now the default handlers might not be compatible with the # correct handlers which would result in crashes or they simply do cannot # support everything the object was supposed to do. The latter case will be # demonstrated in ext/spl/tests/iterator_068.phpt. | ||||
* | - Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -1/+1 |
| | |||||
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+6 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -3/+3 |
| | |||||
* | - Fix compile warnings | Jani Taskinen | 2007-07-21 | 1 | -1/+1 |
| | |||||
* | fix folding, CS and WS | Antony Dovgal | 2007-07-11 | 1 | -28/+46 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39602 (Invalid session.save_handler crashes PHP) | Dmitry Stogov | 2006-11-23 | 1 | -1/+4 |
| | |||||
* | Fixed bug #38287 (static variables mess up global vars) | Dmitry Stogov | 2006-08-07 | 1 | -0/+7 |
| | |||||
* | Support for nested exceptions and fatal errors in destructors | Dmitry Stogov | 2006-05-31 | 1 | -2/+14 |
| | |||||
* | fix the typo before everybody forgets about it | Antony Dovgal | 2006-05-20 | 1 | -1/+1 |
| | |||||
* | - Destructors must not be called twice | Marcus Boerger | 2006-05-20 | 1 | -0/+8 |
| | |||||
* | Happy, Pierre? | Andrei Zmievski | 2006-04-21 | 1 | -0/+9 |
| | |||||
* | Add: | Andrei Zmievski | 2006-04-21 | 1 | -4/+21 |
| | | | | | | | * zend_objects_store_add_ref_by_handle() * zend_objects_store_del_ref_by_handle() * zend_objects_store_get_object_by_handle() | ||||
* | initialize bucket #0 with nulls | Antony Dovgal | 2006-03-28 | 1 | -0/+1 |
| | |||||
* | WS | Dmitry Stogov | 2006-02-21 | 1 | -9/+9 |
| | |||||
* | Preparation for portable string API (use macroses to access zval). | Dmitry Stogov | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug #36006 (Problem with $this in __destruct()) | Dmitry Stogov | 2006-01-16 | 1 | -0/+2 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fixed call to __destruct() for objects of classes delivered from internal ↵ | Dmitry Stogov | 2005-11-15 | 1 | -1/+1 |
| | | | | ones those use zend_objects_store_put(obj, NULL, ... | ||||
* | Fixed bug #34802 (Fixed crash on object instantiation failure). | Ilia Alshanetsky | 2005-10-10 | 1 | -1/+1 |
| | |||||
* | Fixed bug #34617 (zend_deactivate: objects_store used after ↵ | Dmitry Stogov | 2005-09-27 | 1 | -2/+10 |
| | | | | zend_objects_store_destroy is called) | ||||
* | Unicode support | Andrei Zmievski | 2005-08-11 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32799 (crash: calling the corresponding global var during the ↵ | Dmitry Stogov | 2005-06-06 | 1 | -0/+2 |
| | | | | destruct) | ||||
* | - We cannot provide this fallback becuase it requires zend_object ptr's. | Marcus Boerger | 2005-02-22 | 1 | -1/+1 |
| | | | | | | | # Found that out after discussing with Stas. As a consequence still every # extension that provides specialised class types is responsible for # calling its __destruct. This is currently not done for several exts. | ||||
* | - Force calling of dtors unless otherwise specified (fixes several ↵ | Marcus Boerger | 2005-02-22 | 1 | -1/+1 |
| | | | | __destruct bugs) | ||||
* | fix crash when dtor is fialing on shutdown | Stanislav Malyshev | 2004-09-17 | 1 | -0/+10 |
| | |||||
* | - Fix bug #29368 : The destructor is called when an exception is thrown from ↵ | Marcus Boerger | 2004-07-25 | 1 | -0/+9 |
| | | | | the constructor | ||||
* | - Fix problem with object being destroyed more than once | Andi Gutmans | 2004-05-23 | 1 | -3/+5 |
| | |||||
* | As discussed with Andi, add this helper API for setting the object pointer from | Wez Furlong | 2004-05-17 | 1 | -0/+14 |
| | | | | | | | | within the constructor. Please read the comment for notes about how to use it; in general, you don't need it, so don't use it. | ||||
* | Add count_elements handler for overloaded objects. | Wez Furlong | 2004-05-04 | 1 | -0/+1 |
| | |||||
* | Removed unused variable. | Ilia Alshanetsky | 2004-04-04 | 1 | -1/+1 |
| | |||||
* | return zval *, to make it useful for read_property | Stanislav Malyshev | 2004-03-21 | 1 | -4/+2 |
| | |||||
* | update to new API | Stanislav Malyshev | 2004-03-21 | 1 | -1/+1 |
| | |||||
* | - Real fix for bug #27535 (Dmitry) | Andi Gutmans | 2004-03-11 | 1 | -15/+19 |
| | |||||
* | - Attempt to fix bug #27535 | Andi Gutmans | 2004-03-11 | 1 | -1/+2 |
| | |||||
* | - Fix crash: | Andi Gutmans | 2004-03-03 | 1 | -2/+9 |
| | | | | | | | | | | | | | <? class foo { function __destruct() { foreach ($this->x as $x); } } new foo(); echo 'OK'; ?> | ||||
* | As Andi found out the dtor may increase the refcount. | Marcus Boerger | 2004-02-25 | 1 | -7/+8 |
| | |||||
* | Fix object destruction/free in shutdown | Marcus Boerger | 2004-02-25 | 1 | -7/+5 |
| | | | | | | - set destructor_called even when no dtor is given - use free_storage even when no dtor hat to be called | ||||
* | Checking once for dtor is enough | Marcus Boerger | 2004-02-25 | 1 | -3/+1 |
| | |||||
* | - Check if free_storage exists | Andi Gutmans | 2004-02-08 | 1 | -1/+3 |
| | |||||
* | The valid bit was necessary after all - restored | Zeev Suraski | 2004-02-04 | 1 | -10/+19 |
| | |||||
* | Fixlets | Zeev Suraski | 2004-02-04 | 1 | -3/+5 |
| | |||||
* | Change destructor implementation (details will follow on internals@) | Zeev Suraski | 2004-02-04 | 1 | -5/+15 |
| | |||||
* | Remove more garbage - valid bit was not really necessary | Zeev Suraski | 2004-02-03 | 1 | -31/+11 |
| |