I have APC installed on my server.
My php.ini:
My php.ini:
PHP:
engine = On
short_open_tag = On
date.timezone = Europe/Berlin
precision = "14"
y2k_compliance = Off
output_buffering =
output_handler =
unserialize_callback_func =
zlib.output_compression =
implicit_flush = Off
allow_call_time_pass_reference = On
safe_mode = Off
safe_mode_gid =
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = "PHP_"
safe_mode_protected_env_vars = "LD_LIBRARY_PATH"
disable_functions =
highlight.string = "#CC0000"
highlight.comment = "#FF9900"
highlight.keyword = "#006600"
highlight.bg = "#FFFFFF"
highlight.default = "#0000CC"
highlight.html = "#000000"
expose_php = On
max_execution_time = "90"
memory_limit = "100M"
error_reporting = 32759
display_startup_errors =
track_errors = Off
variables_order = "EGPCS"
register_argc_argv = On
post_max_size = 8M
gpc_order = "GPC"
magic_quotes_runtime = Off
magic_quotes_sybase = Off
default_mimetype = "text/html"
doc_root =
user_dir =
enable_dl = On
file_uploads = 1
allow_url_include = 0
arg_separator.output = "&"
arg_separator.input = "&"
[mail function]
SMTP = localhost
sendmail_from = me@localhost.com
[SQL]
sql.safe_mode = Off
[ODBC]
odbc.allow_persistent = 1
odbc.check_persistent = 1
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQL]
mysql.allow_persistent = Off
mysql.max_persistent = "-1"
mysql.max_links = "-1"
mysql.default_port =
mysql.default_socket =
mysql.default_host =
mysql.default_user =
mysql.default_password =
[PostgresSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent =
pgsql.max_persistent = "-1"
pgsql.max_links = "-1"
[bcmath]
bcmath.scale = "0"
[browscap]
browscap =
[Session]
session.serialize_handler = "php"
session.gc_probability = "1"
session.referer_check =
session.entropy_length = "0"
session.entropy_file =
session.cache_limiter = "nocache"
session.cache_expire = "180"
session.use_trans_sid = 1
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
[Assertion]
assert.active = On
assert.warning = On
assert.bail = Off
assert.callback =
assert.quiet_eval = Off
When i click on System Test i get the following error: Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
Why is that?