mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
APC support is removed due to problems with PHP 5.5.
This commit is contained in:
parent
a6b03b6263
commit
2db1029830
4 changed files with 36 additions and 33 deletions
|
@ -87,10 +87,11 @@ function admin_content(&$a) {
|
|||
if(x($_SESSION,'submanage') && intval($_SESSION['submanage']))
|
||||
return "";
|
||||
|
||||
if (function_exists("apc_delete")) {
|
||||
$toDelete = new APCIterator('user', APC_ITER_VALUE);
|
||||
apc_delete($toDelete);
|
||||
}
|
||||
// APC deactivated, since there are problems with PHP 5.5
|
||||
//if (function_exists("apc_delete")) {
|
||||
// $toDelete = new APCIterator('user', APC_ITER_VALUE);
|
||||
// apc_delete($toDelete);
|
||||
//}
|
||||
|
||||
/**
|
||||
* Side bar links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue