php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32758 Cannot access safearray properties in VB6 objects
Submitted: 2005-04-19 07:52 UTC Modified: 2005-04-19 07:59 UTC
From: wez@php.net Assigned:
Status: Closed Package: COM related
PHP Version: 5.0.3 OS: win32
Private report: No CVE-ID: None
 [2005-04-19 07:52 UTC] wez@php.net
Description:
------------
echo $obj->arr[3];
on objects written using VB6 would produce the error DISP_E_NOTACOLLECTION and not allow the data to be accessed.
The same object written using ATL works fine.

Reproduce code:
---------------
echo $obj->arr[3];

Expected result:
----------------
the value

Actual result:
--------------
a com_exception

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-19 07:59 UTC] wez@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC