summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_variant.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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/+16
| | | | | | | | | | | | | | | | | | 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?
* Kill unused variables.Ilia Alshanetsky2003-12-091-7/+0
|
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-141-0/+846
Not yet complete, but should work for most people.