|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-03-20 17:58 UTC] phanto@php.net
[2001-05-01 08:27 UTC] phanto@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 08:00:01 2025 UTC |
We try the following code to obtain a com object: $com_object = new com("comObj.classObj","server"); And , if the server is not the same as the one that is running PHP + IIS , we cannot create the object. Do I really need to have a machine IIS+Php+MTS to create a com object? Am I missing anything? And yes , I "touched" the PHP.INI to enable COM. Thanks in advance!