Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bug #34617 (zend_deactivate: objects_store used after ↵ | Dmitry Stogov | 2005-09-27 | 1 | -3/+11 | |
| | | | | zend_objects_store_destroy is called) | |||||
* | 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 | |
| | ||||||
* | - Clean garbage (delete was nuked a long time ago) | Zeev Suraski | 2004-02-03 | 1 | -22/+6 | |
| | ||||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | Split isset/isempty for object property and object dimension hooking. | Marcus Boerger | 2003-11-10 | 1 | -0/+2 | |
| | ||||||
* | Remove redundant callback, simplify API | Zeev Suraski | 2003-10-05 | 1 | -2/+1 | |
| | ||||||
* | Add missing entry | Marcus Boerger | 2003-08-13 | 1 | -1/+2 | |
| | ||||||
* | Fix isset()/empty() for non-trivial object elements | Zeev Suraski | 2003-07-22 | 1 | -1/+1 | |
| | | | | | | (API change - read_property now accepts an extra element) Fixes bug #24436 | |||||
* | More informative errors here and these are real core errors | Marcus Boerger | 2003-07-20 | 1 | -2/+2 | |
| | ||||||
* | Add get_dim callback | Zeev Suraski | 2003-07-07 | 1 | -0/+1 | |
| | ||||||
* | Fix & whitespace | Zeev Suraski | 2003-07-07 | 1 | -15/+17 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 | |
| | ||||||
* | - read_property cleanup | Zeev Suraski | 2003-02-05 | 1 | -1/+1 | |
| | | | | | - Implement unset/isset/empty for PPP | |||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+29 | |
| | ||||||
* | extra safety | Stanislav Malyshev | 2003-01-29 | 1 | -1/+1 | |
| | ||||||
* | fix by phanto to the cloning | Sterling Hughes | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | make std_object_handlers struct available for shared modules | Harald Radi | 2003-01-17 | 1 | -0/+5 | |
| | ||||||
* | - Don't check if the handle is bogus. We should crash. | Andi Gutmans | 2003-01-13 | 1 | -1/+1 | |
| | ||||||
* | validate handle | Stanislav Malyshev | 2003-01-12 | 1 | -1/+1 | |
| | ||||||
* | - WS - Always use "if (" and not "if(" | Andi Gutmans | 2002-09-15 | 1 | -6/+6 | |
| | ||||||
* | Add ZEND_API to functions | Stanislav Malyshev | 2002-08-08 | 1 | -14/+14 | |
| | ||||||
* | - Path which should improve previous fix. | Andi Gutmans | 2002-07-07 | 1 | -1/+4 | |
| | ||||||
* | - First try at solving problem with different objects being allocated the | Andi Gutmans | 2002-07-07 | 1 | -3/+5 | |
| | | | | | - same id. | |||||
* | - Fix copy&paste problem where we allocated according to an old structure | Andi Gutmans | 2002-06-15 | 1 | -1/+1 | |
| | | | | | - decleration and not the new one. | |||||
* | - Fix build (one more coming up) | Andi Gutmans | 2002-05-31 | 1 | -1/+1 | |
| | ||||||
* | Generalize object storage and reference bookkeeping | Stanislav Malyshev | 2002-05-31 | 1 | -0/+258 | |