diff options
author | Harald Radi <phanto@php.net> | 2001-06-12 21:19:35 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-06-12 21:19:35 +0000 |
commit | c7a934e7630021992382f1072fd43aaa0930ccdc (patch) | |
tree | 5b46c406e85e0b94c38e219213b468f6e0f6c884 | |
parent | 453a4ae985d230e6bba48eb9923fca9d61409099 (diff) | |
download | php-git-c7a934e7630021992382f1072fd43aaa0930ccdc.tar.gz |
added coauthors
-rw-r--r-- | ext/com/conversion.c | 9 | ||||
-rw-r--r-- | ext/rpc/com/conversion.c | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/ext/com/conversion.c b/ext/com/conversion.c index 9c29a6e90a..92d1a2511d 100644 --- a/ext/com/conversion.c +++ b/ext/com/conversion.c @@ -13,13 +13,22 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Harald Radi <h.radi@nme.at> | + | Alan Brown <abrown@pobox.com> | + | Paul Shortis <pshortis@dataworx.com.au> | +----------------------------------------------------------------------+ */ + /* * 03.6.2001 * Added SafeArray ==> Hash support */ +/* + * Paul Shortis June 7, 2001 <pshortis@dataworx.com.au> - Added code to support SafeArray passing + * to COM objects. Support includes passing arrays of variants as well + * as typed arrays. + */ + #ifdef PHP_WIN32 #include "php.h" diff --git a/ext/rpc/com/conversion.c b/ext/rpc/com/conversion.c index 9c29a6e90a..92d1a2511d 100644 --- a/ext/rpc/com/conversion.c +++ b/ext/rpc/com/conversion.c @@ -13,13 +13,22 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Harald Radi <h.radi@nme.at> | + | Alan Brown <abrown@pobox.com> | + | Paul Shortis <pshortis@dataworx.com.au> | +----------------------------------------------------------------------+ */ + /* * 03.6.2001 * Added SafeArray ==> Hash support */ +/* + * Paul Shortis June 7, 2001 <pshortis@dataworx.com.au> - Added code to support SafeArray passing + * to COM objects. Support includes passing arrays of variants as well + * as typed arrays. + */ + #ifdef PHP_WIN32 #include "php.h" |