PHP : Disable Strict mode reporting, Enable libxml in php. Warning : if...

PHP : Disable Strict mode reporting, Enable libxml in php. Warning : if libz*-dev is installed, php won't compile
parent 8f6edf8b
......@@ -15,9 +15,9 @@ configure-options =
--with-mysql=${mariadb:location}
--with-zlib-dir=${zlib:location}
--with-mcrypt=${libmcrypt:location}
--enable-libxml
--enable-mbstring
--enable-session
--disable-all
environment =
PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
......
[PHP]
engine = On
safe_mode = Off
expose_php = On
expose_php = Off
error_reporting = E_ALL | E_STRICT
display_errors = On
display_startup_errors = On
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment