Include www/classes and www/classes/Form in the PHP include path
Remove /usr/local/lib/php.ini, we don't need 2 copies of this
Introduce read_global_var:
- Add a new script, read_global_var, that returns the value of any item contained in global array $g- Replace all grep and sed magic from shell scripts
Introduce read_xml_tag.sh
Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag fromconfig file using xmllint. Replace all direct read using cat, grep, sed,... by this script
Fix #5220, setup PHP timezone:
- Get defined zoneinfo in the following order: - /var/db/zoneinfo - /cf/conf/config.xml - /etc/inc/globals_override.inc - /etc/inc/globals.inc
Consider globals_override.inc and replace hard coded pfSense string by product_name
Use PHP 5.6 extensions dir
Do not explicit add opcache to zend_extension, just enable or disable it
Remove ioncube references from php.ini, and set zend_extensions properly
Move opcache to zend_extensions
Move main pfSense content to src/