[PHP-DEV] PHP 4.0 Bug #8121 Updated: Com_load don't exist From: jimw <email protected>
Date: 01/22/01

ID: 8121
Updated by: jimw
Reported By: torsten.schulz <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] sniper <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] torsten.schulz <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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>