Advertisement
Guest User

Untitled

a guest
Apr 30th, 2014
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. [PHP]
  2.  
  3. engine = On
  4.  
  5. short_open_tag = On
  6.  
  7. asp_tags = Off
  8.  
  9. precision = 14
  10.  
  11. output_buffering = 4096
  12.  
  13. zlib.output_compression = Off
  14.  
  15. implicit_flush = Off
  16.  
  17. unserialize_callback_func =
  18.  
  19. serialize_precision = 17
  20.  
  21. disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
  22.  
  23. disable_classes =
  24.  
  25. zend.enable_gc = On
  26.  
  27. expose_php = On
  28.  
  29. max_execution_time = 30
  30.  
  31. max_input_time = 60
  32.  
  33. memory_limit = 128M
  34.  
  35. error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
  36.  
  37. display_errors = On
  38.  
  39. display_startup_errors = On
  40.  
  41. log_errors = On
  42.  
  43. log_errors_max_len = 4048
  44.  
  45. ignore_repeated_errors = Off
  46.  
  47. ignore_repeated_source = Off
  48.  
  49. report_memleaks = On
  50.  
  51. track_errors = Off
  52.  
  53. html_errors = On
  54.  
  55.  
  56.  
  57. variables_order = "GPCS"
  58.  
  59. request_order = "GP"
  60.  
  61. register_argc_argv = Off
  62.  
  63. auto_globals_jit = On
  64.  
  65.  
  66. post_max_size = 8M
  67.  
  68. auto_prepend_file =
  69.  
  70. auto_append_file =
  71.  
  72. default_mimetype = "text/html"
  73.  
  74.  
  75.  
  76.  
  77.  
  78. doc_root =
  79.  
  80. user_dir =
  81.  
  82.  
  83. enable_dl = Off
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. file_uploads = On
  94.  
  95.  
  96. upload_max_filesize = 5M
  97.  
  98. max_file_uploads = 20
  99.  
  100.  
  101. allow_url_fopen = On
  102.  
  103. allow_url_include = Off
  104.  
  105.  
  106.  
  107. default_socket_timeout = 60
  108.  
  109.  
  110.  
  111.  
  112.  
  113. [CLI Server]
  114. cli_server.color = On
  115.  
  116. [Date]
  117.  
  118.  
  119.  
  120.  
  121.  
  122. [filter]
  123.  
  124.  
  125. [iconv]
  126.  
  127. [intl]
  128.  
  129. [sqlite]
  130.  
  131. [sqlite3]
  132.  
  133. [Pcre]
  134.  
  135.  
  136. [Pdo]
  137.  
  138.  
  139. [Pdo_mysql]
  140. pdo_mysql.cache_size = 2000
  141.  
  142. pdo_mysql.default_socket=
  143.  
  144. [Phar]
  145.  
  146.  
  147.  
  148. [mail function]
  149. SMTP = localhost
  150. smtp_port = 25
  151.  
  152.  
  153.  
  154.  
  155. mail.add_x_header = On
  156.  
  157.  
  158. [SQL]
  159. sql.safe_mode = Off
  160.  
  161. [ODBC]
  162.  
  163.  
  164.  
  165.  
  166. odbc.allow_persistent = On
  167.  
  168. odbc.check_persistent = On
  169.  
  170. odbc.max_persistent = -1
  171.  
  172. odbc.max_links = -1
  173.  
  174. odbc.defaultlrl = 4096
  175.  
  176. odbc.defaultbinmode = 1
  177.  
  178.  
  179. [Interbase]
  180. ibase.allow_persistent = 1
  181.  
  182. ibase.max_persistent = -1
  183.  
  184. ibase.max_links = -1
  185.  
  186.  
  187.  
  188.  
  189.  
  190. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  191.  
  192. ibase.dateformat = "%Y-%m-%d"
  193.  
  194. ibase.timeformat = "%H:%M:%S"
  195.  
  196. [MySQL]
  197. mysql.allow_local_infile = On
  198.  
  199. mysql.allow_persistent = On
  200.  
  201. mysql.cache_size = 2000
  202.  
  203. mysql.max_persistent = -1
  204.  
  205. mysql.max_links = -1
  206.  
  207. mysql.default_port =
  208.  
  209. mysql.default_socket =
  210.  
  211. mysql.default_host =
  212.  
  213. mysql.default_user =
  214.  
  215. mysql.default_password =
  216.  
  217. mysql.connect_timeout = 60
  218.  
  219. mysql.trace_mode = Off
  220.  
  221. [MySQLi]
  222.  
  223. mysqli.max_persistent = -1
  224.  
  225.  
  226. mysqli.allow_persistent = On
  227.  
  228. mysqli.max_links = -1
  229.  
  230. mysqli.cache_size = 2000
  231.  
  232. mysqli.default_port = 3306
  233.  
  234. mysqli.default_socket =
  235.  
  236. mysqli.default_host =
  237.  
  238. mysqli.default_user =
  239.  
  240. mysqli.default_pw =
  241.  
  242. mysqli.reconnect = Off
  243.  
  244. [mysqlnd]
  245. mysqlnd.collect_statistics = On
  246.  
  247. mysqlnd.collect_memory_statistics = Off
  248.  
  249.  
  250.  
  251. [OCI8]
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. [PostgreSQL]
  263. pgsql.allow_persistent = On
  264.  
  265. pgsql.auto_reset_persistent = Off
  266.  
  267. pgsql.max_persistent = -1
  268.  
  269. pgsql.max_links = -1
  270.  
  271. pgsql.ignore_notice = 0
  272.  
  273. pgsql.log_notice = 0
  274.  
  275. [Sybase-CT]
  276. sybct.allow_persistent = On
  277.  
  278. sybct.max_persistent = -1
  279.  
  280. sybct.max_links = -1
  281.  
  282. sybct.min_server_severity = 10
  283.  
  284. sybct.min_client_severity = 10
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291. [bcmath]
  292. bcmath.scale = 0
  293.  
  294. [browscap]
  295.  
  296. [Session]
  297. session.save_handler = files
  298.  
  299.  
  300. session.use_cookies = 1
  301.  
  302.  
  303. session.use_only_cookies = 1
  304.  
  305. session.name = PHPSESSID
  306.  
  307. session.auto_start = 0
  308.  
  309. session.cookie_lifetime = 0
  310.  
  311. session.cookie_path = /
  312.  
  313. session.cookie_domain =
  314.  
  315. session.cookie_httponly =
  316.  
  317. session.serialize_handler = php
  318.  
  319. session.gc_probability = 0
  320.  
  321. session.gc_divisor = 1000
  322.  
  323. session.gc_maxlifetime = 1440
  324.  
  325.  
  326. session.bug_compat_42 = Off
  327.  
  328. session.bug_compat_warn = Off
  329.  
  330. session.referer_check =
  331.  
  332.  
  333.  
  334. session.cache_limiter = nocache
  335.  
  336. session.cache_expire = 180
  337.  
  338. session.use_trans_sid = 0
  339.  
  340. session.hash_function = 0
  341.  
  342. session.hash_bits_per_character = 5
  343.  
  344. url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352. [MSSQL]
  353. mssql.allow_persistent = On
  354.  
  355. mssql.max_persistent = -1
  356.  
  357. mssql.max_links = -1
  358.  
  359. mssql.min_error_severity = 10
  360.  
  361. mssql.min_message_severity = 10
  362.  
  363. mssql.compatability_mode = Off
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371. mssql.secure_connection = Off
  372.  
  373.  
  374.  
  375. [Assertion]
  376.  
  377.  
  378.  
  379.  
  380.  
  381. [COM]
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. [mbstring]
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. [gd]
  400.  
  401. [exif]
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408. [Tidy]
  409.  
  410. tidy.clean_output = Off
  411.  
  412. [soap]
  413. soap.wsdl_cache_enabled=1
  414.  
  415. soap.wsdl_cache_dir="/tmp"
  416.  
  417. soap.wsdl_cache_ttl=86400
  418.  
  419. soap.wsdl_cache_limit = 5
  420.  
  421. [sysvshm]
  422.  
  423. [ldap]
  424. ldap.max_links = -1
  425.  
  426. [mcrypt]
  427.  
  428.  
  429.  
  430. [dba]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement