cd php-8.3.4
./configure --prefix=/usr/local/php83-zts \
--with-config-file-path=/usr/local/php83-zts \
--with-config-file-scan-dir=/usr/local/php83-zts/php.d \
--enable-fpm \
--with-fpm-user=www \
--with-fpm-group=www \
--with-sodium \
--enable-mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
--enable-calendar \
--with-zlib \
--enable-xml \
--with-libxml \
--enable-bcmath \
--enable-shmop \
--enable-sysvsem \
--with-curl \
--enable-mbregex \
--enable-mbstring \
--enable-intl \
--enable-ftp \
--with-openssl \
--enable-sockets \
--with-zip \
--enable-soap \
--with-gettext \
--enable-fileinfo \
--enable-opcache \
--with-pear \
--disable-phar \
--with-ldap=shared \
--without-gdbm \
--enable-pcntl \
--enable-zts \
--enable-gd \
--enable-xmlrpc \
--with-external-gd \
--with-webp \
--with-jpeg \
--with-xpm \
--with-freetype \
--enable-gd-jis-conv
make -j
make install