source: trunk/php.ini.txt @ 6399

Revision 6385, 349 bytes checked in by vain, 8 weeks ago (diff)
  • session auto start off is default
  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Author Id Revision HeadURL
  • Property svn:mime-type set to text/plain
Line 
1magic_quotes_gpc = Off;
2register_globals = Off;
3default_charset = UTF-8;
4memory_limit = 64M;
5max_execution_time = 18000;
6max_upload_filesize = 100M;
7post_max_size = 100M;
8safe_mode = Off;
9mysql.connect_timeout = 20;
10session.use_cookies = On;
11session.auto_start = Off;
12session.use_trans_sid = Off;
13realpath_cache_size = 64K;
14realpath_cache_ttl = 240;
Note: See TracBrowser for help on using the repository browser.