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

PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4"

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

configure_option "--enable-gd"
configure_option "--with-jpeg"
configure_option "--with-zip"
configure_option "--with-mhash"

configure_option -D "--with-xmlrpc"

install_package "https://www.php.net/distributions/php-8.2.7.tar.bz2"
install_xdebug "3.2.0"
enable_builtin_opcache