Hello! new user here, working on setting up an x-cart install (wont be live, more of a test install/etc) I am a complete noob with php/etc, and I cant seem to wrap my head around creating/placing a php.ini file. I made one, but I am not sure how it should be formatted/etc
The x-cart guide says
"php.ini settings
required values:
safe_mode = off
file_uploads = on
magic_quotes_sybase = off
sql.safe_mode = off
allow_url_fopen = on
ini_set = on
memory_limit >= 32M
recomennded settings
disable_functions = NULL
post_max_size = 2M
upload_max_filesize >= 2M
max_execution_time = >= 30
memory limit >= 64M
max_input_time = >= 30
sendmail_from = ...@domain.com"
"Other recomendations
PHP should be compiled with "--enable memory limit" option"
Also
PHP function exec() / popen() / pclose()
need to be enabled, I have no clue how to do these things, and I am looking into it, but if anyone here knows how and can respond before I find anything out, I would greatly appreciate it
The x-cart guide says
"php.ini settings
required values:
safe_mode = off
file_uploads = on
magic_quotes_sybase = off
sql.safe_mode = off
allow_url_fopen = on
ini_set = on
memory_limit >= 32M
recomennded settings
disable_functions = NULL
post_max_size = 2M
upload_max_filesize >= 2M
max_execution_time = >= 30
memory limit >= 64M
max_input_time = >= 30
sendmail_from = ...@domain.com"
"Other recomendations
PHP should be compiled with "--enable memory limit" option"
Also
PHP function exec() / popen() / pclose()
need to be enabled, I have no clue how to do these things, and I am looking into it, but if anyone here knows how and can respond before I find anything out, I would greatly appreciate it