ID: 47645 Updated by: cel...@php.net Reported By: lneve at mail dot nih dot gov -Status: Open +Status: Bogus Bug Type: PHAR related Operating System: Solaris 10 x86 PHP Version: 5.3.0beta1 New Comment:
The bug you quote, #45726 was a bug because after not finding PHP_Archive, the build would fail. As your output shows, phar.phar is indeed successfully built without PHP_Archive, which is expected. The difference here is that phar.phar cannot create a phar archive that contains the PHP_Archive class. Otherwise, phar.phar works great. I'm marking this bogus because there is no bug. If you do indeed want to take advantage of PHP_Archive, simply install it: pear install PHP_Archive-beta and then make PHP again. Previous Comments: ------------------------------------------------------------------------ [2009-03-13 15:07:52] lneve at mail dot nih dot gov Description: ------------ This is the same as bug #45726, which was CLOSED but should not have been since the bug persists. Here is the relevant build output: Generating phar.php Generating phar.phar Pear package PHP_Archive or Archive.php class file not found. directorytreeiterator.inc directorygraphiterator.inc clicommand.inc invertedregexiterator.inc pharcommand.inc phar.inc Please let me know what else I can provide to help you troubleshoot and fix this problem. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47645&edit=1