Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - This part of the patch was right | Andi Gutmans | 2005-02-24 | 1 | -2/+1 |
| | |||||
* | - Revert following patch until we decide what is the right way to handle | Andi Gutmans | 2005-02-24 | 1 | -1/+1 |
| | | | | | | | - this: - Fix signatures they are all meant to be able to deal with any type in any object storage (though we are still missing several parts) | ||||
* | - Fix signatures they are all meant to be able to deal with any type in any | Marcus Boerger | 2005-02-22 | 1 | -1/+1 |
| | | | | | object storage (though we are still missing several parts) | ||||
* | fix crash when dtor is fialing on shutdown | Stanislav Malyshev | 2004-09-17 | 1 | -0/+1 |
| | |||||
* | - Fix bug #29368 : The destructor is called when an exception is thrown from ↵ | Marcus Boerger | 2004-07-25 | 1 | -0/+1 |
| | | | | the constructor | ||||
* | - Nuke unused decleration | Andi Gutmans | 2004-05-25 | 1 | -1/+0 |
| | |||||
* | As discussed with Andi, add this helper API for setting the object pointer from | Wez Furlong | 2004-05-17 | 1 | -0/+3 |
| | | | | | | | | 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. | ||||
* | return zval *, to make it useful for read_property | Stanislav Malyshev | 2004-03-21 | 1 | -1/+1 |
| | |||||
* | wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C | Hartmut Holzgraefe | 2004-02-18 | 1 | -0/+3 |
| | | | | | for C++ extension support | ||||
* | The valid bit was necessary after all - restored | Zeev Suraski | 2004-02-04 | 1 | -0/+1 |
| | |||||
* | Change destructor implementation (details will follow on internals@) | Zeev Suraski | 2004-02-04 | 1 | -2/+6 |
| | |||||
* | Remove more garbage - valid bit was not really necessary | Zeev Suraski | 2004-02-03 | 1 | -1/+0 |
| | |||||
* | - Clean garbage (delete was nuked a long time ago) | Zeev Suraski | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | - 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? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+29 |
| | |||||
* | make std_object_handlers struct available for shared modules | Harald Radi | 2003-01-17 | 1 | -0/+2 |
| | |||||
* | Add ZEND_API to functions | Stanislav Malyshev | 2002-08-08 | 1 | -10/+10 |
| | |||||
* | Generalize object storage and reference bookkeeping | Stanislav Malyshev | 2002-05-31 | 1 | -0/+49 |