Advertisement
1keyup

php.ini

Sep 26th, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [PHP]
  2. engine = On
  3. short_open_tag = Off
  4. precision = 14
  5. output_buffering = 4096
  6. zlib.output_compression = Off
  7. implicit_flush = Off
  8. unserialize_callback_func =
  9. serialize_precision = -1
  10. disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
  11. disable_classes =
  12. realpath_cache_size = 4096k
  13. realpath_cache_ttl = 7200
  14. zend.enable_gc = On
  15. expose_php = Off
  16. max_execution_time = 360
  17. max_input_time = 60
  18. memory_limit = 1024M
  19. error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
  20. display_errors = Off
  21. display_startup_errors = Off
  22. log_errors = On
  23. log_errors_max_len = 1024
  24. ignore_repeated_errors = Off
  25. ignore_repeated_source = Off
  26. report_memleaks = On
  27. html_errors = On
  28. variables_order = "GPCS"
  29. request_order = "GP"
  30. register_argc_argv = Off
  31. auto_globals_jit = On
  32. post_max_size = 8M
  33. auto_prepend_file =
  34. auto_append_file =
  35. default_mimetype = "text/html"
  36. default_charset = "UTF-8"
  37. doc_root =
  38. user_dir =
  39. enable_dl = Off
  40. cgi.fix_pathinfo=1
  41. file_uploads = On
  42. upload_max_filesize = 200M
  43. max_file_uploads = 20
  44. allow_url_fopen = On
  45. allow_url_include = Off
  46. default_socket_timeout = 60
  47. extension=apcu.so
  48. [CLI Server]
  49. cli_server.color = On
  50. [Date]
  51. [filter]
  52. [iconv]
  53. [intl]
  54. [sqlite3]
  55. [Pcre]
  56. [Pdo]
  57. [Pdo_mysql]
  58. pdo_mysql.default_socket=
  59. [Phar]
  60. [mail function]
  61. SMTP = localhost
  62. smtp_port = 25
  63. mail.add_x_header = Off
  64. [ODBC]
  65. odbc.allow_persistent = On
  66. odbc.check_persistent = On
  67. odbc.max_persistent = -1
  68. odbc.max_links = -1
  69. odbc.defaultlrl = 4096
  70. odbc.defaultbinmode = 1
  71. [Interbase]
  72. ibase.allow_persistent = 1
  73. ibase.max_persistent = -1
  74. ibase.max_links = -1
  75. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  76. ibase.dateformat = "%Y-%m-%d"
  77. ibase.timeformat = "%H:%M:%S"
  78. [MySQLi]
  79. mysqli.max_persistent = -1
  80. mysqli.allow_persistent = On
  81. mysqli.max_links = -1
  82. mysqli.default_port = 3306
  83. mysqli.default_socket =
  84. mysqli.default_host =
  85. mysqli.default_user =
  86. mysqli.default_pw =
  87. mysqli.reconnect = Off
  88. [mysqlnd]
  89. mysqlnd.collect_statistics = On
  90. mysqlnd.collect_memory_statistics = Off
  91. [OCI8]
  92. [PostgreSQL]
  93. pgsql.allow_persistent = On
  94. pgsql.auto_reset_persistent = Off
  95. pgsql.max_persistent = -1
  96. pgsql.max_links = -1
  97. pgsql.ignore_notice = 0
  98. pgsql.log_notice = 0
  99. [bcmath]
  100. bcmath.scale = 0
  101. [browscap]
  102. [Session]
  103. session.save_handler = files
  104. session.use_strict_mode = 0
  105. session.use_cookies = 1
  106. session.use_only_cookies = 1
  107. session.name = PHPSESSID
  108. session.auto_start = 0
  109. session.cookie_lifetime = 0
  110. session.cookie_path = /
  111. session.cookie_domain =
  112. session.cookie_httponly =
  113. session.cookie_samesite =
  114. session.serialize_handler = php
  115. session.gc_probability = 0
  116. session.gc_divisor = 1000
  117. session.gc_maxlifetime = 10800
  118. session.referer_check = 43200
  119. session.cache_limiter = nocache
  120. session.cache_expire = 180
  121. session.use_trans_sid = 0
  122. session.sid_length = 26
  123. session.trans_sid_tags = "a=href,area=href,frame=src,form="
  124. session.sid_bits_per_character = 5
  125. [Assertion]
  126. zend.assertions = -1
  127. [COM]
  128. [mbstring]
  129. [gd]
  130. [exif]
  131. [Tidy]
  132. tidy.clean_output = Off
  133. [soap]
  134. soap.wsdl_cache_enabled=1
  135. soap.wsdl_cache_dir="/tmp"
  136. soap.wsdl_cache_ttl=86400
  137. soap.wsdl_cache_limit = 5
  138. [sysvshm]
  139. [ldap]
  140. ldap.max_links = -1
  141. [dba]
  142. [opcache]
  143. opcache.enable=1
  144. opcache.memory_consumption=256
  145. opcache.max_accelerated_files=20000
  146. [curl]
  147. [openssl]
  148. opcache.enable=0
  149. opcache.memory_consumption=512
  150. opcache.interned_strings_buffer=64
  151. opcache.max_accelerated_files=32531
  152. opcache.validate_timestamps=0
  153. opcache.save_comments=1
  154. opcache.fast_shutdown=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement