* set the file upload size as 50M.

This commit is contained in:
wangchunsheng
2013-01-30 05:13:20 +00:00
parent 9844fbabd4
commit 4fd482a276
2 changed files with 19 additions and 6 deletions

View File

@@ -1,29 +1,35 @@
zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20100525/ioncube_loader_lin_5.4.so
[PHP]
engine = On
short_open_tag = Off
short_open_tag = On
asp_tags = Off
precision = 14
y2k_compliance = On
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = 100
allow_call_time_pass_reference = Off
safe_mode = Off
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =
disable_classes =
expose_php = On
expose_php = Off
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
error_reporting = E_ALL | E_STRICT
display_errors = On
display_startup_errors = On
@@ -35,24 +41,31 @@ report_memleaks = On
track_errors = On
html_errors = On
error_log = "/opt/lampp/logs/php_error_log"
variables_order = "GPCS"
request_order = "GP"
register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
post_max_size = 50M
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
upload_max_filesize = 50M
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60

View File

@@ -50,7 +50,7 @@ register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 30M
post_max_size = 50M
magic_quotes_gpc = Off
magic_quotes_runtime = Off
@@ -68,7 +68,7 @@ enable_dl = On
file_uploads = On
upload_tmp_dir = "/xampp/tmp"
upload_max_filesize = 30M
upload_max_filesize = 50M
max_file_uploads = 20
allow_url_fopen = On