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
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: 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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC