Skip to content

Instantly share code, notes, and snippets.

@mattleff
Created June 24, 2013 22:29
Show Gist options
  • Save mattleff/5854278 to your computer and use it in GitHub Desktop.
Save mattleff/5854278 to your computer and use it in GitHub Desktop.
[PHP]
engine = On
short_open_tag = On
asp_tags = Off
precision = 12
y2k_compliance = On
output_buffering = Off
zlib.output_compression = Off
zlib.output_handler = On
zlib.output_compression_level = -1
implicit_flush = Off
serialize_precision = 100
allow_call_time_pass_reference = Off
safe_mode = Off
safe_mode_gid = Off
expose_php = Off
max_execution_time = 30
max_input_time = 60
memory_limit = 3072M
error_reporting = E_ALL | E_STRICT
display_errors = On
display_startup_errors = Off
log_errors = Off
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
variables_order = "EGPCS"
register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
default_mimetype = "text/html"
;extension_dir = "/Users/ken/Scripts/Portable/opt/local/lib/php/extensions/no-debug-non-zts-20090626"
file_uploads = On
upload_max_filesize = 10M
upload_tmp_dir = /tmp/
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
date.timezone = "America/New_York"
[Syslog]
define_syslog_variables = Off
[mail function]
SMTP = localhost
smtp_port = 25
[MySQL]
mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =
mysql.default_socket =
mysql.default_host =
mysql.default_user =
mysql.default_password =
mysql.connect_timeout = 60
mysql.trace_mode = Off
[Session]
session.save_handler = files
session.save_path = "/tmp"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 4
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
phar.readonly = 0
[xdebug]
xdebug.profiler_enable = 0
xdebug.remote_enable = 0
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_autostart = 0
[xcache-common]
;zend_extension = /opt/local/lib/php/extensions/no-debug-non-zts-20090626/xcache.so
[xcache.admin]
;xcache.admin.enable_auth = On
;xcache.admin.user = "admin"
;xcache.admin.pass = 5f4dcc3b5aa765d61d8327deb882cf99 ; password
[xcache]
;xcache.shm_scheme = "mmap"
;xcache.size = 64M
;xcache.count = 2
;xcache.slots = 8K
;xcache.ttl = 0
;xcache.gc_interval = 0
;xcache.var_size = 32M
;xcache.var_count = 2
;xcache.var_slots = 8K
;xcache.var_ttl = 3600
;xcache.var_maxttl = 0
;xcache.var_gc_interval = 300
;xcache.test = Off
;xcache.readonly_protection = Off
;xcache.mmap_path = "/tmp/xcache"
;xcache.coredump_directory = ""
;xcache.cacher = On
;xcache.stat = On
;xcache.optimizer = On
[xcache.coverager]
;xcache.coverager = Off
;xcache.coveragedump_directory = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment