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"
Everything posted on Miguel Guhlin's blogs/wikis are his personal opinion and do not necessarily represent the views of his employer(s) or its clients. Read Full Disclosure
0 comments:
Post a Comment