php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5811 "undefined function" message
Submitted: 2000-07-27 12:19 UTC Modified: 2000-08-01 05:54 UTC
From: debe at coral dot cz Assigned:
Status: Closed Package: Other
PHP Version: 4.0.1pl2 OS: W2K
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: debe at coral dot cz
New email:
PHP Version: OS:

 

 [2000-07-27 12:19 UTC] debe at coral dot cz
I tried working with Win32 COM in PHP generated page but I've got this lovely message :

Fatal error: Call to undefined function: com_load() in c:/Apache/htdocs/php/index.php on line 87

(browser: MSIE 5.01)

Dan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-01 05:54 UTC] andi@php.net
In  PHP 4 the COM interface is via PHP class overloading and not with the old PHP 3 mechanism. Check out php4/tests/testcom in the PHP 4 source for an example on how to use COM in PHP 4.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC