ID: 13928
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Duplicate
Status: Closed
Bug Type: COM related
Operating System: WinNT 2000 Pro
PHP Version: 4.0.6
New Comment:

fixed -> closed.


Previous Comments:
------------------------------------------------------------------------

[2001-11-15 05:21:02] [EMAIL PROTECTED]

try one of the 4.0.7 release candidates or a current cvs snapshot. this has been fixed 
for a while now, read former bugreports next time before you submit a new one ...

harald

------------------------------------------------------------------------

[2001-11-05 00:06:19] [EMAIL PROTECTED]

I have built a 'standard' dual-interface COM dll. Most functions return data as a 1 
dimmension SafeArray of VARIANTs. I get the following when I try:

$jReader = new COM("journalmancom.reader") or die("Unable to instantiate JournalManCOM 
object");

$var = new VARIANT();
$jReader->GetPrimaryEventTypes( $var );
print $var->value;


Warning: Unsupported variant type: 8204 (0x200C)

This corresponds to VT_VARIANT | VT_ARRAY. I noticed that php_variant_to_pval() 
doesn't look for VT_ARRAY.



------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13928&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to