9 lines
203 B
INI
9 lines
203 B
INI
|
|
; PHP Configuration
|
||
|
|
; extension=pdo_pgsql.so
|
||
|
|
; extension=pgsql.so
|
||
|
|
upload_max_filesize = 100M
|
||
|
|
post_max_size = 100M
|
||
|
|
max_execution_time = 300
|
||
|
|
memory_limit = 256M
|
||
|
|
; Add any other PHP configurations you need
|