phpbb/phpBB/includes/acm
Oleg Pudeyev 5e97dd74c7 [ticket/10014] Clearly indicate fatal errors in file acm.
If acm_file cannot open the cache file for writing, it prints a message
to that effect and calls die(). The message itself does not indicate that
it is a fatal error, and someone seeing the message might expect that
inability to write to cache is not fatal.

Make it clear that the error is fatal by printing the word "Fatal" before
the message.

PHPBB3-10014
2011-01-28 15:31:41 -05:00
..
acm_apc.php Fix a small bug with xcache (thanks bantu), and some code consistency changes 2009-06-05 15:40:56 +00:00
acm_eaccelerator.php Check for required eAccelerator functions #54465 2009-12-09 22:16:53 +00:00
acm_file.php [ticket/10014] Clearly indicate fatal errors in file acm. 2011-01-28 15:31:41 -05:00
acm_memcache.php [feature/memcache-multi-server] Changing format for multiple memcache hosts. Fixing code style issues in changes. 2010-03-18 17:01:50 +01:00
acm_memory.php [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). 2010-08-19 12:30:24 -04:00
acm_null.php some corrections, only very minor things. 2009-06-07 11:34:01 +00:00
acm_wincache.php [feature/acm-wincache] Adding caching module for WinCache's User Cache. 2010-12-13 00:14:57 +01:00
acm_xcache.php Fix some issues with XCache, can't totally resolve the purge() method as XCache does not expose its settings to userland PHP. #46435 2009-06-13 13:14:27 +00:00