Last modified: 2007-11-26 16:08:14 UTC
Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/mw/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php on line 114 Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='/var/www/mw/extensions/OggHandler/PEAR/File_Ogg:/var/www/mw:/var/www/mw/includes:/var/www/mw/languages:.:/usr/share/php:/usr/share/pear') in /var/www/mw/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php on line 114 ==================================================================================== but i can't find PEAR.php file from svn server...
PEAR.php is a component of PEAR, the PHP Extension and Application Repository (http://pear.php.net/), which you will need to install in order to use so-called PEAR extensions. http://pear.php.net/manual/en/installation.getting.php has some installation instructions, which are also available for some other languages.
Not a bug. Possibly needs better documentation.