Advertisement
Guest User

Untitled

a guest
Oct 9th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. [PHP]
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. engine = On
  39.  
  40. short_open_tag = Off
  41.  
  42. asp_tags = Off
  43.  
  44. precision = 14
  45.  
  46. output_buffering = 16384
  47.  
  48.  
  49. zlib.output_compression = Off
  50.  
  51.  
  52.  
  53. implicit_flush = Off
  54.  
  55. unserialize_callback_func =
  56.  
  57. serialize_precision = 17
  58.  
  59.  
  60. disable_functions =
  61.  
  62. disable_classes =
  63.  
  64.  
  65.  
  66.  
  67.  
  68. zend.enable_gc = On
  69.  
  70.  
  71.  
  72.  
  73. expose_php = On
  74.  
  75.  
  76. max_execution_time = 600
  77.  
  78. max_input_time = 600
  79.  
  80.  
  81. max_input_vars = 1000
  82.  
  83. memory_limit = 256M
  84.  
  85.  
  86. error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
  87.  
  88. display_errors = Off
  89.  
  90. display_startup_errors = Off
  91.  
  92. log_errors = On
  93.  
  94. log_errors_max_len = 1024
  95.  
  96. ignore_repeated_errors = Off
  97.  
  98. ignore_repeated_source = Off
  99.  
  100. report_memleaks = On
  101.  
  102.  
  103. track_errors = Off
  104.  
  105.  
  106.  
  107. html_errors = On
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. variables_order = "GPCS"
  119.  
  120. request_order = "GP"
  121.  
  122. register_argc_argv = Off
  123.  
  124. auto_globals_jit = On
  125.  
  126.  
  127. post_max_size = 256M
  128.  
  129. auto_prepend_file =
  130.  
  131. auto_append_file =
  132.  
  133. default_mimetype = "text/html"
  134.  
  135. default_charset = "UTF-8"
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. include_path = ".:/usr/pkg/lib/php"
  143.  
  144. doc_root =
  145.  
  146. user_dir =
  147.  
  148.  
  149.  
  150. enable_dl = Off
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. file_uploads = On
  163.  
  164. upload_tmp_dir = /tmp
  165.  
  166. upload_max_filesize = 256M
  167.  
  168. max_file_uploads = 4
  169.  
  170.  
  171. allow_url_fopen = On
  172.  
  173. allow_url_include = Off
  174.  
  175.  
  176.  
  177. default_socket_timeout = 120
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. [CLI Server]
  186. cli_server.color = On
  187.  
  188. [Date]
  189.  
  190.  
  191.  
  192.  
  193.  
  194. [filter]
  195.  
  196.  
  197. [iconv]
  198.  
  199.  
  200.  
  201. [intl]
  202.  
  203. [sqlite3]
  204.  
  205. [Pcre]
  206.  
  207.  
  208. [Pdo]
  209.  
  210.  
  211. [Pdo_mysql]
  212. pdo_mysql.cache_size = 2000
  213.  
  214. pdo_mysql.default_socket=
  215.  
  216. [Phar]
  217.  
  218.  
  219.  
  220. [mail function]
  221. SMTP = localhost
  222. smtp_port = 25
  223.  
  224.  
  225.  
  226.  
  227. mail.add_x_header = On
  228.  
  229.  
  230. [SQL]
  231. sql.safe_mode = Off
  232.  
  233. [ODBC]
  234.  
  235.  
  236.  
  237.  
  238. odbc.allow_persistent = On
  239.  
  240. odbc.check_persistent = On
  241.  
  242. odbc.max_persistent = -1
  243.  
  244. odbc.max_links = -1
  245.  
  246. odbc.defaultlrl = 4096
  247.  
  248. odbc.defaultbinmode = 1
  249.  
  250.  
  251. [Interbase]
  252. ibase.allow_persistent = 1
  253.  
  254. ibase.max_persistent = -1
  255.  
  256. ibase.max_links = -1
  257.  
  258.  
  259.  
  260.  
  261.  
  262. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  263.  
  264. ibase.dateformat = "%Y-%m-%d"
  265.  
  266. ibase.timeformat = "%H:%M:%S"
  267.  
  268. [MySQL]
  269. mysql.allow_local_infile = On
  270.  
  271. mysql.allow_persistent = On
  272.  
  273. mysql.cache_size = 200
  274.  
  275. mysql.max_persistent = -1
  276.  
  277. mysql.max_links = -1
  278.  
  279. mysql.default_port =
  280.  
  281. mysql.default_socket =
  282.  
  283. mysql.default_host =
  284.  
  285. mysql.default_user =
  286.  
  287. mysql.default_password =
  288.  
  289. mysql.connect_timeout = 90
  290.  
  291. mysql.trace_mode = Off
  292.  
  293. [MySQLi]
  294.  
  295. mysqli.max_persistent = -1
  296.  
  297.  
  298. mysqli.allow_persistent = On
  299.  
  300. mysqli.max_links = -1
  301.  
  302. mysqli.cache_size = 200
  303.  
  304. mysqli.default_port = 3306
  305.  
  306. mysqli.default_socket =
  307.  
  308. mysqli.default_host =
  309.  
  310. mysqli.default_user =
  311.  
  312. mysqli.default_pw =
  313.  
  314. mysqli.reconnect = Off
  315.  
  316. [mysqlnd]
  317. mysqlnd.collect_statistics = On
  318.  
  319. mysqlnd.collect_memory_statistics = Off
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328. [OCI8]
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339. [PostgreSQL]
  340. pgsql.allow_persistent = On
  341.  
  342. pgsql.auto_reset_persistent = Off
  343.  
  344. pgsql.max_persistent = -1
  345.  
  346. pgsql.max_links = -1
  347.  
  348. pgsql.ignore_notice = 0
  349.  
  350. pgsql.log_notice = 0
  351.  
  352. [Sybase-CT]
  353. sybct.allow_persistent = On
  354.  
  355. sybct.max_persistent = -1
  356.  
  357. sybct.max_links = -1
  358.  
  359. sybct.min_server_severity = 10
  360.  
  361. sybct.min_client_severity = 10
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. [bcmath]
  369. bcmath.scale = 0
  370.  
  371. [browscap]
  372.  
  373. [Session]
  374. session.save_handler = files
  375.  
  376.  
  377. session.use_strict_mode = 0
  378.  
  379. session.use_cookies = 1
  380.  
  381.  
  382. session.use_only_cookies = 1
  383.  
  384. session.name = PHPSESSID
  385.  
  386. session.auto_start = 0
  387.  
  388. session.cookie_lifetime = 0
  389.  
  390. session.cookie_path = /
  391.  
  392. session.cookie_domain =
  393.  
  394. session.cookie_httponly =
  395.  
  396. session.serialize_handler = php
  397.  
  398. session.gc_probability = 1
  399.  
  400. session.gc_divisor = 1000
  401.  
  402. session.gc_maxlifetime = 120
  403.  
  404.  
  405. session.referer_check =
  406.  
  407.  
  408.  
  409. session.cache_limiter = nocache
  410.  
  411. session.cache_expire = 180
  412.  
  413. session.use_trans_sid = 0
  414.  
  415. session.hash_function = 0
  416.  
  417. session.hash_bits_per_character = 5
  418.  
  419. url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427. [MSSQL]
  428. mssql.allow_persistent = On
  429.  
  430. mssql.max_persistent = -1
  431.  
  432. mssql.max_links = -1
  433.  
  434. mssql.min_error_severity = 10
  435.  
  436. mssql.min_message_severity = 10
  437.  
  438. mssql.compatibility_mode = Off
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. mssql.secure_connection = Off
  447.  
  448.  
  449.  
  450. [Assertion]
  451.  
  452.  
  453.  
  454.  
  455.  
  456. [COM]
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463. [mbstring]
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474. [gd]
  475.  
  476. [exif]
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. [Tidy]
  484.  
  485. tidy.clean_output = Off
  486.  
  487. [soap]
  488. soap.wsdl_cache_enabled = 0
  489.  
  490. soap.wsdl_cache_dir="/tmp"
  491.  
  492. soap.wsdl_cache_ttl=86400
  493.  
  494. soap.wsdl_cache_limit = 5
  495.  
  496. [sysvshm]
  497.  
  498. [ldap]
  499. ldap.max_links = -1
  500.  
  501. [mcrypt]
  502.  
  503.  
  504.  
  505. [dba]
  506.  
  507. [opcache]
  508. opcache.enable = 1
  509.  
  510.  
  511. opcache.memory_consumption=256
  512.  
  513. opcache.interned_strings_buffer=36
  514.  
  515. opcache.max_accelerated_files=50000
  516.  
  517. opcache.max_wasted_percentage=1
  518.  
  519.  
  520.  
  521. opcache.validate_timestamps=0
  522.  
  523. opcache.revalidate_freq=0
  524.  
  525.  
  526.  
  527.  
  528. opcache.fast_shutdown=1
  529.  
  530.  
  531.  
  532.  
  533. opcache.dups_fix=1
  534.  
  535.  
  536.  
  537.  
  538. opcache.force_restart_timeout=900
  539.  
  540.  
  541. opcache.log_verbosity_level=1
  542.  
  543.  
  544.  
  545.  
  546.  
  547. [curl]
  548.  
  549. [openssl]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement