pfsense/usr/local/lib/php.ini
Bill Marquette edd00534a2 Only allocate 5M to APC cache - the contents of /etc/inc and /usr/local/www
add up to about 4.2M, this should still allow us to cache all our PHP in
shared memory.
Reported-By: gbelanger on forums
2006-10-17 05:35:15 +00:00

18 lines
426 B
INI

output_buffering = "0"
implicit_flush = true
magic_quotes_gpc = Off
max_execution_time = 99999999
max_input_time = 99999999
register_argc_argv = On
file_uploads = On
upload_tmp_dir = /tmp
upload_max_filesize = 100M
post_max_size = 100M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
apc.enabled="1"
apc.enable_cli="1"
apc.shm_size="5"
extension=apc.so
extension=radius.so