summaryrefslogtreecommitdiffstats
path: root/lib/private/memcache/apcu.php
Commit message (Collapse)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Fix constructor arguments for APCUIteratorRobin Appelman2016-01-181-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Use new APCu APILukas Reschke2015-12-201-2/+99
| | | | This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095
* Replacing ini_get instances with inigetwrapper usagesClark Tomlinson2015-11-231-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* Do not use APCu when apc.enabled is Off.Andreas Fischer2015-03-251-0/+2
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+18
|
* Use APCu only if available in version 4.0.6 and higherLukas Reschke2015-02-171-0/+2
| | | | | | | | APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8
* Use APCIterator for Memcache\APC::clear()Robin Appelman2014-01-061-7/+0
|
* Fix APCIterator syntax in \OC\Memcache\APCU::clearRobin Appelman2014-01-021-1/+1
| | | | see http://www.php.net/manual/en/apciterator.construct.php
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+28
Conflicts: lib/private/vcategories.php