1[PHP]
2engine = On
3short_open_tag = On
4asp_tags = Off
5precision    =  14
6y2k_compliance = Off
7output_buffering = 4096
8output_handler =
9zlib.output_compression = Off
10implicit_flush = Off
11allow_call_time_pass_reference = Off
12safe_mode = Off
13safe_mode_gid = Off
14safe_mode_include_dir =								
15safe_mode_exec_dir =
16safe_mode_allowed_env_vars = PHP_
17safe_mode_protected_env_vars = LD_LIBRARY_PATH
18disable_functions =
19expose_php = On
20max_execution_time = 30     ; Maximum execution time of each script, in seconds
21memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
22error_reporting  =  E_ALL
23display_errors = Off
24display_startup_errors = Off
25log_errors = On
26track_errors = Off
27warn_plus_overloading = Off
28variables_order = "GPCS"
29register_globals = Off
30register_argc_argv = Off
31post_max_size = 8M
32gpc_order = "GPC"
33magic_quotes_gpc = Off
34magic_quotes_runtime = Off    
35magic_quotes_sybase = Off
36auto_prepend_file =
37auto_append_file =
38default_mimetype = "text/html"
39doc_root =
40user_dir =
41extension_dir = ./
42enable_dl = On
43file_uploads = On
44upload_max_filesize = 2M
45allow_url_fopen = On
46[mail function]
47; Win32 only
48SMTP = localhost
49sendmail_from = postmaster@localhost
50
51; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
52;sendmail_path =
53
54; Local Variables:
55; tab-width: 4
56; End:
57