FreeBSD: set ini file paths

This commit is contained in:
Alexander Weidinger 2018-03-15 14:28:38 +01:00
parent d18c93563d
commit db45454657

View File

@ -2389,9 +2389,13 @@
},
'FreeBSD': {
'apache2': {
'ini': '/usr/local/etc/php.ini',
'module_config': '/usr/local/etc/apache24/modules.d/050_mod_php.conf',
'name': 'apache24',
},
'cli': {
'ini': '/usr/local/etc/php.ini'
},
'pkgs': {
'apache2': 'mod_php' + freebsd_phpng_version,
},