PHP Compilations directives

This is a suggestion of compilation directive to use when compiling PHP specifically for the audited code.

The selection made below is based on the extension usage, found in the code (--enable, --with) and also the absence of usage (--disable, --without).

Some local extensions (--pdo-mysql, --with-libmbfl...) are also mentionned for help.

# install 8 extra extensions
#pecl install imagick (https://pecl.php.net/package/imagick)
#pecl install libsodium (https://pecl.php.net/package/libsodium)
#pecl install memcached (https://pecl.php.net/package/memcached)
#pecl install memcached (https://pecl.php.net/package/memcached)
#pecl install php-psr (https://github.com/jbboehr/php-psr)
#pecl install redis (https://pecl.php.net/package/redis)
#pecl install ssh2 (https://pecl.php.net/package/ssh2)
#pecl install xdebug (https://pecl.php.net/package/xdebug)

;;;;;;;;;;;;;;;;;;;;;;;;
; PHP configure list   ;
;;;;;;;;;;;;;;;;;;;;;;;;

./configure
 --with-apxs2
   
 --with-curl=DIR
 --enable-fpm
   --with-fpm-user
    --with-fpm-group
    --with-fpm-systemd
    --with-fpm-acl
 --enable-ftp
 --with-gd
   --with-jpeg-dir=DIR
    --with-png-dir=DIR
    --with-xpm-dir=DIR
    --with-vpx-dir=DIR
    --with-freetype-dir=DIR
    --enable-gd-native-ttf
 --with-gettext=DIR
 --with-imagick=DIR
 --enable-intl
 --with-libsodium[=DIR]
 --enable-mbstring
   --with-libmbfl=DIR
    --enable-mbstr-enc-trans
    --disable-mbregex
 --enable-memcache
   --disable-memcache-session
 --with-libmemcached-dir=DIR
   --with-zlib-dir=DIR
    --disable-memcached-session
    --enable-memcached-sasl
 --with-mysqli
 --enable-opcache
 --with-openssl[=DIR]
 --enable-pdo
   --with-pdo-odbc
    --with-pdo-mysql
    --with-pdo-pgsql
    --with-pdo-oci
    --with-pdo-firebird
    --with-pdo-dblib
    --with-pdo-cubrid
 --enable-psr
 --enable-redis
   --disable-redis-session
    --enable-redis-igbinary
 --enable-simplexml
  --enable-sockets
 --without-sqlite3
 --with-ssh2
 --enable-xdiff=DIR
 --with-xmlrpc[=DIR]
 --disable-xmlwriter
 --enable-zip
   --with-libzip=DIR
 --with-zlib=DIR

; For debug purposes
;--enable-dtrace
;--disable-phpdbg

;--enable-zend-signals
;--disable-opcache