Skip to content

Commit 204e7c2

Browse files
committed
Merge branch 'php8dot1' of github.com:moveis-simonetti/php-apache-oci8-composer into php8dot1-mongodb
2 parents 7cac4a8 + 23d09b8 commit 204e7c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configs/php.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
html_errors Off
2+
post_max_size = "10M"
3+
upload_max_filesize = "5M"
4+
memory_limit = 12800M
5+
date.timezone = "America/Sao_Paulo"
6+
display_errors=Off
7+
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_USER_DEPRECATED

0 commit comments

Comments
 (0)