summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-191-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-4/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix bug #33734 and related (Something strange with COM Object)Rob Richards2006-12-241-5/+5
* - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.cRob Richards2006-12-241-1/+1
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-171-0/+1
* Fix for #38985 (Wez)Edin Kadribasic2006-10-061-1/+1
* - Update after api changesRob Richards2006-05-101-10/+1
* fix mem leak with iteratorsRob Richards2006-02-071-1/+1
* Fixed bug #34272 (empty array onto COM object blows up)Rob Richards2006-02-041-0/+2
* Fix bug #35954 (Fatal com_exception casting object)Rob Richards2006-01-261-4/+4
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #35316 (Application exception trying to create COM object)Rob Richards2005-11-271-0/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* merge from branch: fixes for #32758 and #32759Wez Furlong2005-04-191-42/+4
* merge bug fixes from branchWez Furlong2005-04-181-6/+19
* fix crash when calling com methodsRob Richards2004-11-201-1/+2
* Fix my favourite call user func mistakeWez Furlong2004-07-291-4/+5
* "better" "fix" for #29392.Wez Furlong2004-07-271-2/+13
* Revert last fix, because it breaks dynamic methodsWez Furlong2004-07-271-2/+2
* Fix #29392 COM behaved badly for non-existant methodsWez Furlong2004-07-271-11/+24
* Update for count_elements handler for overloaded objects.Wez Furlong2004-05-041-1/+21
* Enable writing to SafeArray dimensions.Wez Furlong2004-05-031-1/+36
* Fix problem when assigning to a variable that holds an instance ofWez Furlong2004-05-031-2/+5
* Fix for Bug #28161 (and probably others that I can't find in the bug db;Wez Furlong2004-04-281-5/+9
* 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