]> granicus.if.org Git - php/commit
Add new COM (and .Net) extension for php5.
authorWez Furlong <wez@php.net>
Thu, 14 Aug 2003 16:49:56 +0000 (16:49 +0000)
committerWez Furlong <wez@php.net>
Thu, 14 Aug 2003 16:49:56 +0000 (16:49 +0000)
commit6df5d5ba202b531de6bb563e2462e046d701e8d6
tree02fd4627ab540467f21eb30f96fb10ce34a6f371
parente6b916cb1543c26d830a6818b012c5ace09b3139
Add new COM (and .Net) extension for php5.
Not yet complete, but should work for most people.
14 files changed:
ext/com_dotnet/README [new file with mode: 0644]
ext/com_dotnet/com_com.c [new file with mode: 0644]
ext/com_dotnet/com_dotnet.c [new file with mode: 0644]
ext/com_dotnet/com_extension.c [new file with mode: 0644]
ext/com_dotnet/com_handlers.c [new file with mode: 0644]
ext/com_dotnet/com_misc.c [new file with mode: 0644]
ext/com_dotnet/com_olechar.c [new file with mode: 0644]
ext/com_dotnet/com_typeinfo.c [new file with mode: 0644]
ext/com_dotnet/com_variant.c [new file with mode: 0644]
ext/com_dotnet/php_com_dotnet.h [new file with mode: 0644]
ext/com_dotnet/php_com_dotnet_internal.h [new file with mode: 0644]
ext/com_dotnet/tests/variants.phpt [new file with mode: 0644]
main/config.w32.h
main/internal_functions_win32.c