php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7428 COM object "undefined function"
Submitted: 2000-10-24 07:46 UTC Modified: 2000-10-27 23:06 UTC
From: wouter at wijdrie dot net Assigned:
Status: Closed Package: COM related
PHP Version: 4.0.3pl1 OS: Windows 98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wouter at wijdrie dot net
New email:
PHP Version: OS:

 

 [2000-10-24 07:46 UTC] wouter at wijdrie dot net
I'm running php4.03Pl1 on apache1.3.14-win32 on windows 98 SE

when i invoke the 
$obj=com_load("com.object","server");
function, i get the respons "undefined function"

when i create the object like 
$obj=new COM("com.object"); , this works fine
in the source i found out the line "allow_dcom = 1" or "allow_dcom = On" in the php.ini should fix this problem, but wherever i place it in the file, it doesn't help with this problem

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-27 23:06 UTC] dbeu@php.net
this function does not exist.
it's called COM_load as well as COM_invoke, but com_set, etc.
we should unify the api!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC