Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pgo/tpl/php/php-8.4-pgo-nts-cache.ini
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ memory_limit = 128M
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
;error_reporting = E_ALL & ~E_DEPRECATED
error_reporting = -1
error_reporting = E_ALL & ~E_DEPRECATED

; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but
Expand Down
2 changes: 1 addition & 1 deletion pgo/tpl/php/php-8.4-pgo-nts.ini
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ memory_limit = 128M
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
;error_reporting = E_ALL & ~E_DEPRECATED
error_reporting = -1
error_reporting = E_ALL & ~E_DEPRECATED

; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but
Expand Down
2 changes: 1 addition & 1 deletion pgo/tpl/php/php-8.4-pgo-ts-cache.ini
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ memory_limit = 128M
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
;error_reporting = E_ALL & ~E_DEPRECATED
error_reporting = -1
error_reporting = E_ALL & ~E_DEPRECATED

; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but
Expand Down
2 changes: 1 addition & 1 deletion pgo/tpl/php/php-8.4-pgo-ts.ini
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ memory_limit = 128M
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
;error_reporting = E_ALL & ~E_DEPRECATED
error_reporting = -1
error_reporting = E_ALL & ~E_DEPRECATED

; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but
Expand Down