added php error log capabilities
not sure why this is missing in the default config, but with this you can once again have a error log for php files.
This commit is contained in:
@@ -70,7 +70,8 @@ class phpinterface_fpm {
|
|||||||
'date.timezone',
|
'date.timezone',
|
||||||
'sendmail_path',
|
'sendmail_path',
|
||||||
'session.gc_divisor',
|
'session.gc_divisor',
|
||||||
'session.gc_probability'
|
'session.gc_probability',
|
||||||
|
'error_log'
|
||||||
),
|
),
|
||||||
'php_admin_flag' => array(
|
'php_admin_flag' => array(
|
||||||
'allow_call_time_pass_reference',
|
'allow_call_time_pass_reference',
|
||||||
@@ -83,7 +84,8 @@ class phpinterface_fpm {
|
|||||||
'report_memleaks',
|
'report_memleaks',
|
||||||
'register_argc_argv',
|
'register_argc_argv',
|
||||||
'file_uploads',
|
'file_uploads',
|
||||||
'allow_url_fopen'
|
'allow_url_fopen',
|
||||||
|
'log_errors'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user