From e10c206dac0fbd43e20f9ae9b704e76c5c564d2f Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 7 Jan 2004 21:00:07 +0000 Subject: 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? --- ext/com_dotnet/com_olechar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/com_dotnet/com_olechar.c') diff --git a/ext/com_dotnet/com_olechar.c b/ext/com_dotnet/com_olechar.c index 578f5cb544..326de1d287 100644 --- a/ext/com_dotnet/com_olechar.c +++ b/ext/com_dotnet/com_olechar.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 4 | + | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ @@ -100,4 +100,4 @@ PHPAPI char *php_com_olestring_to_string(OLECHAR *olestring, uint *string_len, i } return string; -} \ No newline at end of file +} -- cgit v1.2.1