Skip to content

Commit d5869a6

Browse files
author
Till Brehm
committed
Allow disable_functions in custom php.ini settings
1 parent 50710d2 commit d5869a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/conf/php-fcgi-starter.master

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ export TMPDIR=<tmpl_var name='document_root'>/tmp
1414
export TEMP=<tmpl_var name='document_root'>/tmp
1515
exec <tmpl_var name='php_fcgi_bin'> \
1616
<tmpl_if name="security_level" op="==" value="20"> -d open_basedir="<tmpl_var name='open_basedir'>" \
17-
-d disable_functions="" \
18-
-d suhosin.executor.func.blacklist="" \
1917
-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
2018
-d session.save_path=<tmpl_var name='document_root'>/tmp \
2119
-d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>" \

0 commit comments

Comments
 (0)