View difference between Paste ID: AbtejpjP and mKRJ3TX1
SHOW: | | - or go back to the newest paste.
1
my %configOptions = (
2
	'*' => { # Any PHP configuration option added here will apply globally.
3
		'open_basedir' => '/usr/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/bin/:/var/www/apps/:{HOME_DIR}/:{PEAR_DIR}',
4
		'disable_functions' => '',
5
		'always_populate_raw_post_data' => '-1'
6
	},
7
	'domain.ch' => { # Any PHP configuration added here will apply to the domain only 
8
		'max_execution_time' => '240',
9
		'max_input_vars' => '1500'
10
	}
11
);