* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\cache\driver; /** * ACM Null Caching */ class null extends \phpbb\cache\driver\base { /** * Set cache path */ function __construct() { } /** * {@inheritDoc} */ function load() { return true; } /** * {@inheritDoc} */ function unload() { } /** * {@inheritDoc} */ function save() { } /** * {@inheritDoc} */ function tidy() { // This cache always has a tidy room. set_config('cache_last_gc', time(), true); } /** * {@inheritDoc} */ function get($var_name) { return false; } /** * {@inheritDoc} */ function put($var_name, $var, $ttl = 0) { } /** * {@inheritDoc} */ function purge() { } /** * {@inheritDoc} */ function destroy($var_name, $table = '') { } /** * {@inheritDoc} */ function _exists($var_name) { return false; } /** * {@inheritDoc} */ function sql_load($query) { return false; } /** * {@inheritDoc} */ function sql_save(\phpbb\db\driver\driver_interface $db, $query, $query_result, $ttl) { return $query_result; } /** * {@inheritDoc} */ function sql_exists($query_id) { return false; } /** * {@inheritDoc} */ function sql_fetchrow($query_id) { return false; } /** * {@inheritDoc} */ function sql_fetchfield($query_id, $field) { return false; } /** * {@inheritDoc} */ function sql_rowseek($rownum, $query_id) { return false; } /** * {@inheritDoc} */ function sql_freeresult($query_id) { return false; } } mga6 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share
Commit message (Expand)AuthorAgeFilesLines
* updated Finnish and French filesPablo Saratxaga2003-02-253-35/+85
* readd harddrake in SYSTEM 5Florent Villard2003-02-251-1/+1
* added dmidecode in install.Francois Pons2003-02-251-0/+1
* add ARCHIVING in OFFICEFlorent Villard2003-02-251-0/+1
* s/apache/apache2/Pascal Rigaux2003-02-251-3/+3
* removed gnome-tilesFrederic Lepied2003-02-251-1/+1
* updated Portuguese filePablo Saratxaga2003-02-241-12/+12
* "Mail/Groupware/News" is now just "Mail"Florent Villard2003-02-241-2/+1
* updated Welsh, Greek, Swedish and Chinese filesPablo Saratxaga2003-02-248-2384/+5353
* updated pot filePablo Saratxaga2003-02-223-3/+3
* ensure galaxy-kde is installed together with kdebasePascal Rigaux2003-02-221-1/+1
* updated Estonian and Dutch filesPablo Saratxaga2003-02-213-0/+16
* updated Danish filePablo Saratxaga2003-02-213-101/+101
* update shadowGuillaume Cottenceau2003-02-201-0/+0
* Gtk2::Label::set is deprecatedGuillaume Cottenceau2003-02-201-0/+0
* logo is aso white on blueGuillaume Cottenceau2003-02-201-0/+1
* Better defaults for OOoGwenolé Beauchesne2003-02-201-3/+3
* corrected Russian translationPablo Saratxaga2003-02-203-96/+76
* Improved the locale->font selection;Pablo Saratxaga2003-02-191-8/+9
* updated Uzbek filePablo Saratxaga2003-02-193-36/+106
* add fonts-ttf-arabic when locale arGuillaume Cottenceau2003-02-191-0/+1
* - Add localized help files for OpenOffice.orgGwenolé Beauchesne2003-02-192-3/+8
* provide a minimum desrciption for Scientific Workstation (#1814)Guillaume Cottenceau2003-02-191-1/+1
* try to choose sensible values for insensitive widgetsGuillaume Cottenceau2003-02-191-2/+2
* revert Pablo's breaking po's installation :)Guillaume Cottenceau2003-02-191-1/+1
* fixed some strings in Hebrew file (now RTL mode is properly supported)Pablo Saratxaga2003-02-183-20/+20
* updated pot filePablo Saratxaga2003-02-184-40/+46
* as this tool uses gtk1, deactivate translations for languagesPablo Saratxaga2003-02-181-0/+4
* add unicore/To/Upper.pl for printerdrake.pmPascal Rigaux2003-02-181-0/+1
* ease translator job regarding latest draksec commitThierry Vignaud2003-02-182-2/+2
* updated pot filePablo Saratxaga2003-02-183-88/+245
* Files for XFree4 based PPC install.Stew Benedict2003-02-181-1/+21
* updated Estonian filePablo Saratxaga2003-02-177-10/+10
* updated pot filePablo Saratxaga2003-02-173-270/+478
* 9.1 rc1Florent Villard2003-02-171-0/+0
* updated Russian and Arabic filesPablo Saratxaga2003-02-172-20216/+32221
* simplify translator job by propaging pixel english typo fixThierry Vignaud2003-02-17