diff options
author | xue <> | 2006-02-21 19:04:38 +0000 |
---|---|---|
committer | xue <> | 2006-02-21 19:04:38 +0000 |
commit | 297c685f3c4a5e24267fa30f9e8761f0e7599dfd (patch) | |
tree | e9100b35b780ac1717e1bc22f76f1a5f5f729cb6 /framework/Exceptions/messages.txt | |
parent | bc1f23499f784618dba14694fe4261c3fb1cc81d (diff) |
TAPCCache is formally available.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 481bb42d..c142d8a6 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -76,6 +76,10 @@ memcache_connection_failed = TMemCache failed to connect to memcache server % memcache_host_unchangeable = TMemCache.Host cannot be modified after the module is initialized.
memcache_port_unchangeable = TMemCache.Port cannot be modified after the module is initialized.
+apccache_extension_required = TAPCCache requires APC PHP extension.
+apccache_add_unsupported = TAPCCache.add() is not supported.
+apccache_replace_unsupported = TAPCCache.replace() is not supported.
+
errorhandler_errortemplatepath_invalid = TErrorHandler.ErrorTemplatePath '%s' is invalid. Make sure it is in namespace form and points to a valid directory containing error template files.
pageservice_page_unknown = Page '%s' Not Found
|