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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 12:01:27 2024 UTC