ID:               45836
 User updated by:  keichee at gmail dot com
 Reported By:      keichee at gmail dot com
 Status:           Open
-Bug Type:         Reproducible crash
+Bug Type:         COM related
 Operating System: windows xp sp3
 PHP Version:      6CVS-2008-08-16 (snap)
 New Comment:

changed the category to com related


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

[2008-08-16 23:55:33] keichee at gmail dot com

Description:
------------
i cannot use com, it have error:
PHP Fatal error:  Call to undefined method com::Navigate2()
it works on php5 snaps though, but i want to work in php6


Reproduce code:
---------------
$ie = new COM("InternetExplorer.Application");
$ie->Visible = true;
$ie->Navigate2($url);

Expected result:
----------------
the ie will open and navigate to the said url

Actual result:
--------------
PHP Fatal error:  Call to undefined method com::Navigate2()


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


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

Reply via email to