by mguhlin

PHP INI Settings for Moodle

Here are my settings for PHP.ini file for Moodle...any suggestions? Modify to reflect values below: display\_errors = Off display\_startup\_errors = Off register\_globals = Off pos

EdTech

Share

Here are my settings for PHP.ini file for Moodle…any suggestions?
Modify to reflect values below:

display_errors = Off
display_startup_errors = Off
register_globals = Off
post_max_size = 2000M
mysql.connect_timeout = -1
max_execution_time = 5000
max_input_time = 5000
memory_limit = 500M

file_uploads = On
upload_max_filesize = 500M

Remove the ; from in front of these:

extension=php_curl.dll
extension=php_ldap.dll

Note that the following may no longer be present in your version of XAMPP; I’m leaving them here just in case (not likely).
extension=“eaccelerator.so”
eaccelerator.shm_size=“16”
eaccelerator.cache_dir=“/temp”
eaccelerator.enable=“1”
eaccelerator.optimizer=“1”
eaccelerator.check_mtime=“1”
eaccelerator.debug=“0”
eaccelerator.filter=""
eaccelerator.shm_max=“0”
eaccelerator.shm_ttl=“0”
eaccelerator.shm_prune_period=“0”
eaccelerator.shm_only=“0”
eaccelerator.compress=“1”
eaccelerator.compress_level=“9”


Subscribe to Around the Corner-MGuhlin.org


Share This Post