File: phpbb/cache/driver/base.php
Unmodified
Added
Modified
Removed
Line 60 | Line 60 |
---|
unset($this->vars); unset($this->sql_rowset); unset($this->sql_row_pointer);
|
unset($this->vars); unset($this->sql_rowset); unset($this->sql_row_pointer);
|
| if (function_exists('opcache_reset')) { @opcache_reset(); }
|
$this->vars = array(); $this->sql_rowset = array();
| $this->vars = array(); $this->sql_rowset = array();
|