Advertisement
Guest User

Untitled

a guest
May 15th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. _____________________________________________________
  2. My Web Hosts PHP.INI which I got a copy of from the using a GETINI.PHP file to copy it to my home directory. This is the original I just changed the memory_limit = 24M to memory_limit = 64 and reupped to my /hsphere/local/home/MYSITE.COM/ still it did not work
  3. _____________________________________________________
  4.  
  5. [PHP]
  6. engine = 1
  7. zend.ze1_compatibility_mode =
  8. short_open_tag = 1
  9. asp_tags =
  10. precision = 14
  11. y2k_compliance = 1
  12. output_buffering = 4096
  13. zlib.output_compression =
  14. implicit_flush =
  15. unserialize_callback_func =
  16. serialize_precision = 100
  17. allow_call_time_pass_reference =
  18. safe_mode =
  19. safe_mode_gid = 1
  20. safe_mode_include_dir =
  21. safe_mode_exec_dir =
  22. safe_mode_allowed_env_vars = PHP_
  23. safe_mode_protected_env_vars = LD_LIBRARY_PATH
  24. disable_functions =
  25. disable_classes =
  26. highlight.string = #DD0000
  27. highlight.comment = #FF9900
  28. highlight.keyword = #007700
  29. highlight.bg = #FFFFFF
  30. highlight.default = #0000BB
  31. highlight.html = #000000
  32. expose_php = 1
  33. max_execution_time = 30
  34. max_input_time = 60
  35. memory_limit = 24M
  36. error_reporting = 6135
  37. display_errors =
  38. display_startup_errors =
  39. log_errors = 1
  40. log_errors_max_len = 1024
  41. ignore_repeated_errors =
  42. ignore_repeated_source =
  43. report_memleaks = 1
  44. track_errors =
  45. html_errors =
  46. error_log = /hsphere/local/var/httpd/logs/php_error.log
  47. variables_order = EGPCS
  48. register_globals = 0
  49. register_long_arrays = 1
  50. register_argc_argv = 1
  51. auto_globals_jit = 1
  52. post_max_size = 8M
  53. magic_quotes_gpc = 1
  54. magic_quotes_runtime =
  55. magic_quotes_sybase =
  56. auto_prepend_file =
  57. auto_append_file =
  58. default_mimetype = text/html
  59. always_populate_raw_post_data = 1
  60. include_path = .:/hsphere/shared/apache/libexec/php5ext/php/
  61. doc_root =
  62. user_dir =
  63. extension_dir = /hsphere/shared/apache/libexec/php5ext/
  64. cgi.fix_pathinfo = 1
  65. file_uploads = 1
  66. upload_tmp_dir =
  67. upload_max_filesize = 2M
  68. allow_url_fopen = 1
  69. allow_url_include =
  70. default_socket_timeout = 60
  71. auto_detect_line_endings = 1
  72. [Syslog]
  73. define_syslog_variables =
  74. [mail function]
  75. sendmail_path = /usr/sbin/sendmail -t -i
  76. mail.force_extra_parameters =
  77. [SQL]
  78. sql.safe_mode =
  79. [ODBC]
  80. odbc.allow_persistent =
  81. odbc.check_persistent = 1
  82. odbc.max_persistent = -1
  83. odbc.max_links = -1
  84. odbc.defaultlrl = 4096
  85. odbc.defaultbinmode = 1
  86. [MySQL]
  87. mysql.allow_persistent =
  88. mysql.max_persistent = -1
  89. mysql.max_links = -1
  90. mysql.default_port = 3306
  91. mysql.default_socket = /var/lib/mysql/mysql.sock
  92. mysql.default_host = localhost
  93. mysql.default_user =
  94. mysql.default_password =
  95. mysql.connect_timeout = 60
  96. mysql.trace_mode =
  97. [MySQLi]
  98. mysqli.max_links = -1
  99. mysqli.default_port = 3306
  100. mysqli.default_socket = /var/lib/mysql/mysql.sock
  101. mysqli.default_host = localhost
  102. mysqli.default_user =
  103. mysqli.default_pw =
  104. mysqli.reconnect =
  105. [PostgresSQL]
  106. pgsql.allow_persistent =
  107. pgsql.auto_reset_persistent =
  108. pgsql.max_persistent = -1
  109. pgsql.max_links = -1
  110. pgsql.ignore_notice = 0
  111. pgsql.log_notice = 0
  112. [dbx]
  113. dbx.colnames_case = lowercase
  114. [bcmath]
  115. bcmath.scale = 0
  116. [Session]
  117. session.save_handler = files
  118. session.use_cookies = 1
  119. session.name = PHPSESSID
  120. session.auto_start = 0
  121. session.cookie_lifetime = 0
  122. session.cookie_path = /
  123. session.cookie_domain =
  124. session.cookie_httponly =
  125. session.serialize_handler = php
  126. session.gc_probability = 1
  127. session.gc_divisor = 1000
  128. session.gc_maxlifetime = 1440
  129. session.bug_compat_42 = 0
  130. session.bug_compat_warn = 1
  131. session.referer_check =
  132. session.entropy_length = 0
  133. session.entropy_file =
  134. session.cache_limiter = nocache
  135. session.cache_expire = 180
  136. session.use_trans_sid = 0
  137. session.hash_function = 0
  138. session.hash_bits_per_character = 5
  139. url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
  140. [Assertion]
  141. assert.active = 1
  142. assert.warning = 1
  143. assert.bail =
  144. assert.callback = 0
  145. assert.quiet_eval = 0
  146. [Sockets]
  147. sockets.use_system_read = 1
  148. [mbstring]
  149. mbstring.language = Japanese
  150. mbstring.internal_encoding = EUC-JP
  151. mbstring.http_input = pass
  152. mbstring.http_output = pass
  153. mbstring.encoding_translation =
  154. mbstring.detect_order = auto
  155. mbstring.substitute_character =
  156. mbstring.func_overload = 0
  157. [exif]
  158. exif.encode_unicode = ISO-8859-15
  159. exif.decode_unicode_motorola = UCS-2BE
  160. exif.decode_unicode_intel = UCS-2LE
  161. exif.encode_jis =
  162. exif.decode_jis_motorola = JIS
  163. exif.decode_jis_intel = JIS
  164. [soap]
  165. soap.wsdl_cache_enabled = 1
  166. soap.wsdl_cache_dir = /tmp
  167. soap.wsdl_cache_ttl = 86400
  168. _________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement