summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_wrapper.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-05-251-2/+2
|\ | | | | | | | | | | | | * PHP-5.3: Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy Those changes are in 5.3.15 - BFN
| * Fix bug #62146 com_dotnet cannot be built shared, tested by AnatoliyJohannes Schlüter2012-05-251-2/+2
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
| |
* | fix non-ts buildStanislav Malyshev2010-04-161-1/+1
| |
* | Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-13/+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: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Fixed bug #35872 (Prevent object store references during RSHUTDOWN)andy wharmby2007-03-051-10/+19
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+3
|
* Fixed bug #34564 (COM extension not returning modified "out" argument)andy wharmby2007-02-021-0/+11
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.cRob Richards2006-12-241-0/+2
| | | | | | | | - 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
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Allow COM to build under non-zts.Wez Furlong2004-07-311-32/+11
| | | | | Thanks Frank.
* Fix my favourite call user func mistakeWez Furlong2004-07-291-4/+8
|
* Use the correct lengths when building the name -> dispid mappingWez Furlong2004-07-291-22/+32
|
* protect caller from a potential bailoutWez Furlong2004-07-271-5/+9
|
* Fixup some constants and error handling.Wez Furlong2004-05-031-8/+6
| | | | | Remove unfinished and un-needed function.
* s/emalloc/safe_emalloc/ where appropriate.Ilia Alshanetsky2004-03-181-1/+1
|
* - 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-0/+640
extension. This enables: - iteration of SafeArray types via foreach() - proxying of multi-dimensional SafeArray types so that multi-dimension array accesses work (untested!) - Fix COM exceptions, and expose them as their own class of exception "com_exception" - auto typelib file import (com.typelib_file ini option) - event sinking - wrapper to map PHP objects to COM - fix mapping of variant values to PHP values # Could someone please add com_saproxy.c and com_wrapper.c to the .dsp # file?