summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump up the yearfoobar2005-08-031-1/+1
|
* - This part of the patch was rightAndi Gutmans2005-02-241-2/+1
|
* - Revert following patch until we decide what is the right way to handleAndi Gutmans2005-02-241-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 anyMarcus Boerger2005-02-221-1/+1
| | | | | object storage (though we are still missing several parts)
* fix crash when dtor is fialing on shutdownStanislav Malyshev2004-09-171-0/+1
|
* - Fix bug #29368 : The destructor is called when an exception is thrown from ↵Marcus Boerger2004-07-251-0/+1
| | | | the constructor
* - Nuke unused declerationAndi Gutmans2004-05-251-1/+0
|
* As discussed with Andi, add this helper API for setting the object pointer fromWez Furlong2004-05-171-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_propertyStanislav Malyshev2004-03-211-1/+1
|
* wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_CHartmut Holzgraefe2004-02-181-0/+3
| | | | | for C++ extension support
* The valid bit was necessary after all - restoredZeev Suraski2004-02-041-0/+1
|
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-2/+6
|
* Remove more garbage - valid bit was not really necessaryZeev Suraski2004-02-031-1/+0
|
* - Clean garbage (delete was nuked a long time ago)Zeev Suraski2004-02-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+29
|
* make std_object_handlers struct available for shared modulesHarald Radi2003-01-171-0/+2
|
* Add ZEND_API to functionsStanislav Malyshev2002-08-081-10/+10
|
* Generalize object storage and reference bookkeepingStanislav Malyshev2002-05-311-0/+49