summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/com/conversion.c9
-rw-r--r--ext/rpc/com/conversion.c9
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"