KEINOS / Dockerfile_of_PHP8-JIT

✅ Dockerfile of PHP8.0 with JIT Enabled in Alpine Image.
https://arkadiuszkondas.com/how-to-run-php-8-with-jit-support-using-docker/
9 stars 4 forks source link

Avoid "PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled." #19

Open KEINOS opened 4 years ago

KEINOS commented 4 years ago

The below error/warning appears while building the image/compiling the PHP from source.

$ ./run-updater.sh
...
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
...

It finishes building with a success though.

KEINOS commented 4 years ago

Refs

In 2007, PHP_Archive was ported to C and released as a PECL extension. The extension was included and enabled by default in PHP 5.3.0.

(From: PHAR Extension | PHAR (file format) @ Wikipedia)

But PECL's Phar is superseded