Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed apc-related file that's no longer needed |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA1: | 39281542d063b7636fc340373c4646c6a26ee018 |
User & Date: | densch 2015-04-17 18:19:24 |
Context
2015-04-17
| ||
18:19 | Removed apc-related file that's no longer needed Leaf check-in: 39281542d0 user: densch tags: trunk | |
03:20 | Implemented the webservice using memcached check-in: bc0159264b user: densch tags: trunk | |
Changes
Deleted rcmobiesp/webservice/clear.php.
1 2 3 4 5 6 7 |
<?php /** * Useful for development. APC works only in older versions of PHP. */ echo "APC clear cache: " . apc_clear_cache("user") ? "Ok" : "Failure"; ?> |
< < < < < < < |