]> granicus.if.org Git - php/commit
Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet
authorWez Furlong <wez@php.net>
Wed, 7 Jan 2004 21:00:07 +0000 (21:00 +0000)
committerWez Furlong <wez@php.net>
Wed, 7 Jan 2004 21:00:07 +0000 (21:00 +0000)
commite10c206dac0fbd43e20f9ae9b704e76c5c564d2f
tree9675f1c8d2760ce9e7d3f6bf766d5ad434dc96c0
parent48b96c10d2c9efbe4ff11876c6cd9f9361073bc3
Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet
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?
14 files changed:
ext/com_dotnet/com_com.c
ext/com_dotnet/com_dotnet.c
ext/com_dotnet/com_extension.c
ext/com_dotnet/com_handlers.c
ext/com_dotnet/com_iterator.c
ext/com_dotnet/com_misc.c
ext/com_dotnet/com_olechar.c
ext/com_dotnet/com_saproxy.c [new file with mode: 0644]
ext/com_dotnet/com_typeinfo.c
ext/com_dotnet/com_variant.c
ext/com_dotnet/com_wrapper.c [new file with mode: 0644]
ext/com_dotnet/config.w32
ext/com_dotnet/php_com_dotnet.h
ext/com_dotnet/php_com_dotnet_internal.h