summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* - Fix #55301 (com_dotnet part) check if malloc succededPierre Joye2011-07-281-0/+3
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-252-2/+2
* - this function is only in trunkPierre Joye2011-01-201-1/+1
* - fail when no known op are givenPierre Joye2011-01-201-0/+2
* - unused varPierre Joye2011-01-201-1/+0
* - fail when no known op are givenPierre Joye2011-01-201-0/+3
* - kill local redeclarationPierre Joye2011-01-201-5/+5
* - init err (and simplify)Pierre Joye2011-01-201-2/+1
* - Year++Felipe Pena2011-01-0114-14/+14
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+7
* fix #49192 - crash in GC when get_properties handler returns nullStanislav Malyshev2010-04-011-0/+13
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0314-14/+14
* - Fixed crash in com_print_typeinfo when an invalid typelib is givenPierre Joye2009-10-271-1/+1
* MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash...Kalle Sommer Nielsen2009-07-011-0/+19
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-194-13/+11
* 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