summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/php_com_dotnet.h
Commit message (Collapse)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Port other major parts of PHP 4 COM extension into PHP 5 com_dotnetWez Furlong2004-01-071-3/+2
| | | | | | | | | | | | | | | | | | 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?
* com_create_guid() returns...Wez Furlong2003-12-061-1/+1
|
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-141-0/+70
Not yet complete, but should work for most people.