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 imagick (https://pecl.php.net/package/imagick)
#pecl install redis (https://pecl.php.net/package/redis)
;;;;;;;;;;;;;;;;;;;;;;;;
; PHP configure list ;
;;;;;;;;;;;;;;;;;;;;;;;;
./configure
--disable-ctype
--with-curl=DIR
--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-hash
--without-iconv
--with-imagick=DIR
--with-mysqli
--disable-pdo
--without-pear
--disable-posix
--enable-redis
--disable-redis-session
--enable-redis-igbinary
--disable-session
--without-sqlite3
--disable-xml
--disable-xmlreader
--with-xmlrpc[=DIR]
--disable-xmlwriter
; For debug purposes
;--enable-dtrace
;--disable-phpdbg
;--enable-zend-signals
;--disable-opcache