configure_option "--with-curl"
configure_option "--with-libedit"
configure_option "--with-password-argon2"
configure_option "--with-pdo-pgsql"

PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4"

#https://github.com/php-build/php-build/blob/master/share/php-build/definitions/7.3.19
#Don't change beyond this line

configure_option "--without-pear"
configure_option "--with-gd"
configure_option "--with-png-dir" "/usr"
configure_option "--with-jpeg-dir" "/usr"
configure_option "--enable-zip"

install_package "https://secure.php.net/distributions/php-7.3.19.tar.bz2"
install_xdebug "2.9.6"
enable_builtin_opcache