Last active
April 9, 2022 14:24
-
-
Save haruhiko-zht/f63dc072d48b29e1f9ffca4b725d2eae to your computer and use it in GitHub Desktop.
my php-build 8.0.6 definitions for symfony 5.2-1 tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure_option "--enable-gd" | |
configure_option "--with-jpeg" | |
configure_option "--with-zip" | |
configure_option "--with-mhash" | |
# require libsodium-dev | |
configure_option "--with-sodium" | |
# require postgresql libpq-dev | |
configure_option "--with-pdo-pgsql" | |
configure_option -D "--with-xmlrpc" | |
install_package "https://secure.php.net/distributions/php-8.0.6.tar.bz2" | |
install_xdebug "3.0.4" | |
enable_builtin_opcache | |
# require librabbitmq-dev | |
install_extension "amqp" "1.11.0beta" | |
install_extension "redis" "5.3.4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment