|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-08-17 00:00 UTC] keichee at gmail dot com
[2015-04-07 17:54 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
[2015-04-07 17:54 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 14:00:01 2025 UTC |
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()