Answer the question
In order to leave comments, you need to log in
Installing PHP Phar Extension on PHP 5.3
There are PHP-5.3.6 sources. When configuring, I also set the path where the PEAR packages will be installed (
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
[email protected]:~/php-5.3.6# ./configure --help | grep phar
--disable-phar Disable phar support
Answer the question
In order to leave comments, you need to log in
When configuring, I also include the installation of PEAR in the options
you again =))
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
literally means that the PHP installer determined that the PEAR package PHP_Archive is not in the system (no longer! he was not going to install it, he will check for it). and since it doesn't exist, the phar (external utility, not a module) it built will use PHP's built-in phar module. and therefore it would be nice to have it included in php, as if make install tells us.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question