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 2 extra extensions
#pecl install memcached (https://pecl.php.net/package/memcached)
#pecl install tidy (https://pecl.php.net/package/tidy)

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

./configure
 --enable-bcmath
 --disable-fileinfo
 --disable-filter
 --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
 --disable-libxml
 --enable-mbstring
   --with-libmbfl=DIR
    --enable-mbstr-enc-trans
    --disable-mbregex
 --enable-memcache
   --disable-memcache-session
 --with-mysqli
 --enable-pdo
   --with-pdo-odbc
    --with-pdo-mysql
    --with-pdo-pgsql
    --with-pdo-oci
    --with-pdo-firebird
    --with-pdo-dblib
    --with-pdo-cubrid
 --with-pgsql=[DIR]
 --enable-simplexml
 --without-sqlite3
 --enable-tidy=[DIR]
 --disable-tokenizer
 --disable-xmlreader
 --with-xmlrpc[=DIR]
 --disable-xmlwriter

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

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