summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* update for read handler api changeWez Furlong2004-03-221-4/+2
* fix copy-n-past error in constructor.Wez Furlong2004-02-121-2/+2
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Update to new APIZeev Suraski2004-02-081-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-2/+3
* reinstate this ifdef for people without .Net SDKWez Furlong2004-01-131-0/+2
* Fix refcount on these return values to avoid a leak and allow object dtor's t...Wez Furlong2004-01-131-0/+4
* Fix leaking constructors.Wez Furlong2004-01-131-76/+109
* Support automatic handling of byref parametersWez Furlong2004-01-131-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* Port other major parts of PHP 4 COM extension into PHP 5 com_dotnetWez Furlong2004-01-071-46/+44
* fix memleakWez Furlong2003-11-281-1/+1
* fix win32 build - thanks Sebastian.Wez Furlong2003-11-271-0/+7
* Fix possible segfault (this one came up when a method could not be found).Wez Furlong2003-10-131-1/+3
* Fix cast callbacksZeev Suraski2003-10-071-3/+4
* Sync with new APIZeev Suraski2003-10-051-11/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-181-1/+1
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-141-0/+586