Reply to PHP does not recognize PECL classes/functions
Posted by comp.lang.php on 07/21/07 23:58
How do I get PHP to recognize PECL-based classes and functions with
the following environment:
PHP 5.2.0
Windows XP
I have php_fileinfo.dll in my extension directory, referenced in
php.ini, however, PHP has no clue what any PECL-based class or
function is, unless I use CLI PHP and then it only recognizes the
functions and not the classes.