~dricottone/container-images

ref: 32f443368d189c439c74844d2af2e8804eb540ce container-images/php/php/production.conf -rw-r--r-- 648 bytes
32f44336Dominic Ricottone Proxy and TLS updates 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[PHP]

;; This is a partial configuration file for php(1).
;; Intended for production use.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
display_errors = Off
display_startup_errors = Off
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
report_memleaks = Off
report_zend_debug = Off
zend.assertions = -1
zend.exception_ignore_args = On
zend.exception_string_param_max_len = 0

;;;;;;;;;;;;;;
; Data Model ;
;;;;;;;;;;;;;;
post_max_size = 8M

;;;;;;;;;;;;;;;;;;;;;;;
; MySQL Native Driver ;
;;;;;;;;;;;;;;;;;;;;;;;
[mysqlnd]
mysqlnd.collect_statistics = Off
mysqlnd.collect_memory_statistics = Off