summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3114-14/+14
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-32/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+32
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-32/+0
* MFH: nuketh C++ commentsJani Taskinen2008-08-032-4/+4
* - Added arginfoFelipe Pena2008-07-141-32/+219
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-202-2/+2
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-073-8/+8
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-2/+2
* Fixed 64-bit issuesDmitry Stogov2007-04-091-1/+3
* ZTS fixDmitry Stogov2007-04-091-1/+1
* TypoMartin Kraemer2007-03-141-1/+1
* Fixed bug #35872 (Prevent object store references during RSHUTDOWN)andy wharmby2007-03-053-10/+22
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+3
* Cosmetic fix - safe_emalloc(nmemb, size, offset)Stanislav Malyshev2007-02-211-2/+2
* CreateInstance requires BSTR (should fix #33188)Stanislav Malyshev2007-02-211-1/+6
* fix unallocated freeStanislav Malyshev2007-02-201-1/+2
* typoDmitry Stogov2007-02-191-1/+1
* Fixed bug #37927 (Prevent trap when COM extension processes argument of type...andy wharmby2007-02-021-1/+1
* Fixed bug #34564 (COM extension not returning modified "out" argument)andy wharmby2007-02-024-0/+150
* MFH: Bump year.Sebastian Bergmann2007-01-0114-14/+14
* fix bug #33734 and related (Something strange with COM Object)Rob Richards2006-12-244-17/+17
* - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.cRob Richards2006-12-245-10/+92
* fix heap corruption when adding/caching typelib (also fixes bug 39606)Rob Richards2006-12-092-3/+25
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-174-0/+10
* Fixed bug #36644 (possible crash in variant_date_from_timestamp()).Ilia Alshanetsky2006-11-131-0/+5
* Fixed bug #38400 (Use of com.typelib_file may cause a crash).Ilia Alshanetsky2006-10-181-2/+2
* Fixed bug #38198 (possible crash when COM reports an exception).Ilia Alshanetsky2006-10-101-1/+1
* Fix for #38985 (Wez)Edin Kadribasic2006-10-061-1/+1
* Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-161-9/+10
* Prevent opening of empty filename ""Dmitry Stogov2006-09-081-1/+1
* Fixed #37602 by olek at neurosoft dot plEdin Kadribasic2006-08-251-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+9
* - Update after api changesRob Richards2006-05-105-16/+15
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-8/+4
* fix mem leak with iteratorsRob Richards2006-02-072-24/+31
* Fixed bug #34272 (empty array onto COM object blows up)Rob Richards2006-02-043-1/+25
* Fix bug #35954 (Fatal com_exception casting object)Rob Richards2006-01-263-12/+12
* bump year and license versionfoobar2006-01-0114-42/+42
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35316 (Application exception trying to create COM object)Rob Richards2005-11-274-1/+6
* - Bumber up yearfoobar2005-08-0314-14/+14
* fix C++ commentsAntony Dovgal2005-04-221-2/+2
* merge from branch: fixes for #32758 and #32759Wez Furlong2005-04-194-46/+7
* merge bug fixes from branchWez Furlong2005-04-181-6/+19
* removed unused vars.Ilia Alshanetsky2005-04-182-4/+1
* emalloc -> safe_emalloc.Ilia Alshanetsky2004-11-211-2/+2