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 9 extra extensions
#pecl install igbinary (https://pecl.php.net/package/igbinary)
#pecl install imagick (https://pecl.php.net/package/imagick)
#pecl install memcached (https://pecl.php.net/package/memcached)
#pecl install memcached (https://pecl.php.net/package/memcached)
#pecl install mongo (https://pecl.php.net/package/mongo)
#pecl install redis (https://pecl.php.net/package/redis)
#pecl install sqlite (https://pecl.php.net/package/sqlite)
#pecl install xxtea-pecl (https://github.com/xxtea/xxtea-pecl)
#pecl install yaml (https://pecl.php.net/package/yaml)

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

./configure
 --with-apxs2
   
 --enable-bcmath
 --enable-calendar
 --with-curl=DIR
 --enable-exif
 --disable-fileinfo
 --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-gmp
 --with-igbinary
 --with-imagick=DIR
 --with-imap=DIR
   --with-imap-ssl=DIR
    --with-kerberos=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
 --enable-mongodb
   --with-openssl-dir[=DIR]
    --with-system-ciphers
 --with-mysqli
 --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-redis
   --disable-redis-session
    --enable-redis-igbinary
 --enable-sysvsem
 --enable-simplexml
 --with-sqlite=shared
 --with-xmlrpc[=DIR]
 --disable-xmlwriter
 --enable-xxtea[=DIR]
 --with-yaml[[=DIR]
 --enable-zip
   --with-libzip=DIR
 --with-zlib=DIR

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

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