PHP options
Enable make rules and dependencies not useful (and sometimes confusing) to the casual installer.
--enable-maintainer-modeEnable make rules and dependencies not useful (and sometimes confusing) to the casual installer.
--with-config-file-path=PATHSets the path in which to look for Ini, defaults to
PREFIX/lib.--disable-short-tagsDisable the short-form <? start tag by default.
--with-libdirSpecifies the directory where the libraries to build PHP exist on a Unix system. For 64bit systems, its needed to specify this argument to the
lib64directory like:--with-libdir=lib64.--enable-ztsEnables thread safety. Prior to PHP 8.0.0 on non-Windows systems, the option was called
--enable-maintainer-zts.