Page MenuHomePhabricator

PEAR.php is not exist...
Closed, InvalidPublic

Description

Author: andyjuang

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


Version: unspecified
Severity: enhancement
OS: Linux
Platform: Other

Details

Reference
bz11806

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:55 PM
bzimport set Reference to bz11806.

robchur wrote:

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.