ID: 8121
Updated by: jimw
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Documentation problem
Assigned To:
Comments:
huh? function names are case-insensitive in php. more likely the user didn't have the
com extension loaded.
Previous Comments:
---------------------------------------------------------------------------
[2001-01-02 15:33:23] [EMAIL PROTECTED]
Feedback by Harald Radi:
-------------------
the fault is that in the documentation these functions are
written lowercase but they are exported as COM_xxxx since the class is named
COM and not com.
--------------------
ie. You should use COM_load() instead.
Reclassified as documentation problem.
--Jani
---------------------------------------------------------------------------
[2000-12-05 11:19:57] [EMAIL PROTECTED]
If I use a Line with
... = com_load('...');
I only become the Message:
Fatal error: Call to undefined function: com_load() in ... on line ...
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=8121
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]