mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
Phar is enabled as a shared extension by default in order to allow zlib/bz2 to be built shared. If phar is statically built, both zlib and bz2 must be statically built in order for phar to use them, so default compile as shared is much more flexible