Advertisement
TXely

Good_php.ini

May 24th, 2019
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  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. zend.enable_gc = On
  13. expose_php = Off
  14. max_execution_time = 30
  15. max_input_time = 60
  16. memory_limit = 128M
  17. error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
  18. display_errors = Off
  19. display_startup_errors = Off
  20. log_errors = On
  21. log_errors_max_len = 1024
  22. ignore_repeated_errors = Off
  23. ignore_repeated_source = Off
  24. report_memleaks = On
  25. html_errors = On
  26. variables_order = "GPCS"
  27. request_order = "GP"
  28. register_argc_argv = Off
  29. auto_globals_jit = On
  30. post_max_size = 8M
  31. auto_prepend_file =
  32. auto_append_file =
  33. default_mimetype = "text/html"
  34. default_charset = "UTF-8"
  35. doc_root =
  36. user_dir =
  37. enable_dl = Off
  38. file_uploads = On
  39. upload_max_filesize = 2M
  40. max_file_uploads = 20
  41. allow_url_fopen = On
  42. allow_url_include = Off
  43. default_socket_timeout = 60
  44. [CLI Server]
  45. cli_server.color = On
  46. [Date]
  47. [filter]
  48. [iconv]
  49. [imap]
  50. [intl]
  51. [sqlite3]
  52. [Pcre]
  53. [Pdo]
  54. [Pdo_mysql]
  55. pdo_mysql.cache_size = 2000
  56. pdo_mysql.default_socket=
  57. [Phar]
  58. [mail function]
  59. SMTP = localhost
  60. smtp_port = 25
  61. mail.add_x_header = Off
  62. [ODBC]
  63. odbc.allow_persistent = On
  64. odbc.check_persistent = On
  65. odbc.max_persistent = -1
  66. odbc.max_links = -1
  67. odbc.defaultlrl = 4096
  68. odbc.defaultbinmode = 1
  69. [Interbase]
  70. ibase.allow_persistent = 1
  71. ibase.max_persistent = -1
  72. ibase.max_links = -1
  73. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  74. ibase.dateformat = "%Y-%m-%d"
  75. ibase.timeformat = "%H:%M:%S"
  76. [MySQLi]
  77. mysqli.max_persistent = -1
  78. mysqli.allow_persistent = On
  79. mysqli.max_links = -1
  80. mysqli.cache_size = 2000
  81. mysqli.default_port = 3306
  82. mysqli.default_socket =
  83. mysqli.default_host =
  84. mysqli.default_user =
  85. mysqli.default_pw =
  86. mysqli.reconnect = Off
  87. [mysqlnd]
  88. mysqlnd.collect_statistics = On
  89. mysqlnd.collect_memory_statistics = Off
  90. [OCI8]
  91. [PostgreSQL]
  92. pgsql.allow_persistent = On
  93. pgsql.auto_reset_persistent = Off
  94. pgsql.max_persistent = -1
  95. pgsql.max_links = -1
  96. pgsql.ignore_notice = 0
  97. pgsql.log_notice = 0
  98. [bcmath]
  99. bcmath.scale = 0
  100. [browscap]
  101. [Session]
  102. session.save_handler = files
  103. session.use_strict_mode = 0
  104. session.use_cookies = 1
  105. session.use_only_cookies = 1
  106. session.name = PHPSESSID
  107. session.auto_start = 0
  108. session.cookie_lifetime = 0
  109. session.cookie_path = /
  110. session.cookie_domain =
  111. session.cookie_httponly =
  112. session.serialize_handler = php
  113. session.gc_probability = 0
  114. session.gc_divisor = 1000
  115. session.gc_maxlifetime = 1440
  116. session.referer_check =
  117. session.cache_limiter = nocache
  118. session.cache_expire = 180
  119. session.use_trans_sid = 0
  120. session.sid_length = 26
  121. session.trans_sid_tags = "a=href,area=href,frame=src,form="
  122. session.sid_bits_per_character = 5
  123. [Assertion]
  124. zend.assertions = -1
  125. [COM]
  126. [mbstring]
  127. [gd]
  128. [exif]
  129. [Tidy]
  130. tidy.clean_output = Off
  131. [soap]
  132. soap.wsdl_cache_enabled=1
  133. soap.wsdl_cache_dir="/tmp"
  134. soap.wsdl_cache_ttl=86400
  135. soap.wsdl_cache_limit = 5
  136. [sysvshm]
  137. [ldap]
  138. ldap.max_links = -1
  139. [dba]
  140. [opcache]
  141. [curl]
  142. [openssl]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement