[PHP-DEV] Bug #11602: com_invoke, com_load, com_release cause fatal error

2001-06-21 Thread heejung73
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.5 PHP Bug Type: *Function Specific Bug description: com_invoke, com_load, com_release cause fatal error using the following functions: com_invoke, com_load, com_release results in Fatal error: Call to

[PHP-DEV] Bug #11760: VT_ARRAY not supported

2001-06-28 Thread heejung73
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: COM related Bug description: VT_ARRAY not supported hi, the following line of code $vXXX = new VARIANT($XXX, VT_ARRAY|VT_BYREF); results in Warning: Type not supportet or not

[PHP-DEV] Bug #11755: Can't pass array to COM obj

2001-06-28 Thread heejung73
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: COM related Bug description: Can't pass array to COM obj i can't pass an array to my com object. the object works fine w/ ASP: Dim X(10); Obj.X = X; when i try to do the same w/