summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Collapse)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 ↵Pierre Joye2010-11-181-0/+7
| | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
* 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 ↵Kalle Sommer Nielsen2009-07-011-0/+19
| | | | crash) (Paul Richards, Kalle)
* 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
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
|
* Fixed bug #43136 (possible crash on script execution timeout. The ↵Dmitry Stogov2007-11-202-2/+2
| | | | EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)
* 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 ↵andy wharmby2007-02-021-1/+1
| | | | type VT_DISPATCH|VT_REF)
* 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
| | | | | - caused by fix in com_handlers.c rev 1.22.2.5
* - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.cRob Richards2006-12-245-10/+92
| | | | | | | | - fix bug #37588 (COM Property propputref converts to PHP function and can't be accesed): com_handlers.c - fix bug #39596 (Creating Variant of type VT_ARRAY): com_variant.c - add tests
* fix heap corruption when adding/caching typelib (also fixes bug 39606)Rob Richards2006-12-092-3/+25
| | | | | add test
* 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
|