summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_com.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* Fix missing type checks in various functionsStanislav Malyshev2014-07-271-2/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-251-5/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-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
* ZTS fixDmitry Stogov2007-04-091-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix bug #33734 and related (Something strange with COM Object)Rob Richards2006-12-241-7/+7
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-171-0/+7
* Fixed bug #38198 (possible crash when COM reports an exception).Ilia Alshanetsky2006-10-101-1/+1
* Fix bug #35954 (Fatal com_exception casting object)Rob Richards2006-01-261-6/+6
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* merge from branch: fixes for #32758 and #32759Wez Furlong2005-04-191-2/+2
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-3/+3
* Implement com_get_active_object() and a helper object for working withWez Furlong2004-05-091-0/+52
* Fix for Bug #28161 (and probably others that I can't find in the bug db;Wez Furlong2004-04-281-0/+15
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Fix leaking constructors.Wez Furlong2004-01-131-1/+20
* Support automatic handling of byref parametersWez Furlong2004-01-131-0/+121
* - 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-7/+174
* com_create_guid() returns...Wez Furlong2003-12-061-0/+20
* Fix #25664 - COM crashes when calling a Delphi implementations of ITypeInfo.Wez Furlong2003-11-281-15/+2
* A much better fix for moniker based COM object creation.Wez Furlong2003-10-071-36/+60
* potential fix for #25759, although it will need further review.Wez Furlong2003-10-061-1/+4
* emalloc -> safe_emallocIlia Alshanetsky2003-08-181-1/+1
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-141-0/+429