Still trying to get php 8.1 to work
One thing I have noticed is that I have 2 ini files within the main public directory one is user.ini and the other php.ini ... they both have the same text content as below.....
Does this seem normal and correct ?
user.ini as below....
display_errors = Off
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 32M
post_max_size = 64M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php80"
upload_max_filesize = 64M
zlib.output_compression = Off
php.ini as below....
[PHP]
display_errors = Off
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 32M
post_max_size = 64M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php80"
upload_max_filesize = 64M
zlib.output_compression = Off

One thing I have noticed is that I have 2 ini files within the main public directory one is user.ini and the other php.ini ... they both have the same text content as below.....
Does this seem normal and correct ?
user.ini as below....
display_errors = Off
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 32M
post_max_size = 64M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php80"
upload_max_filesize = 64M
zlib.output_compression = Off
php.ini as below....
[PHP]
display_errors = Off
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 32M
post_max_size = 64M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php80"
upload_max_filesize = 64M
zlib.output_compression = Off
Statistics: Posted by mrix2000 — Mon Sep 09, 2024 9:46 am