hello
i'm trying to extract files from gzip archive using PEAR File_Archive. and i have an error:
what should i do to prevent this?
i'm trying to extract files from gzip archive using PEAR File_Archive. and i have an error:
Code:
Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in /home/elie/public_html/script/archive/archive.php on line 38
Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/elie/public_html/script/archive/archive.php on line 38
what should i do to prevent this?