root / trunk / phpBB / includes / acm / acm_memcache.php

View | Annotate | Download (2.1 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 PM Meik Sievertsen

Copy 3.0.x branch to trunk

10027 08/20/2009 01:14 PM Meik Sievertsen

properties change? :o

9554 06/07/2009 11:34 AM Meik Sievertsen

some corrections, only very minor things.

9544 06/05/2009 03:40 PM Chris Smith

Fix a small bug with xcache (thanks bantu), and some code consistency changes

9541 06/04/2009 03:59 PM Chris Smith

Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server.

[1] http://area51.phpbb.com/phpBB/viewtopic.php?p=201739#p201739

9540 06/04/2009 03:37 PM Chris Smith

Finished I hope, appropriate errors when modules are missing.

9536 06/04/2009 02:34 PM Chris Smith

Lets follow some PHP4 conventions underscores for internal methods.

9534 06/04/2009 02:00 PM Chris Smith

Add APC
Modify Memcache to use the memory abstract

9531 06/04/2009 12:29 PM Chris Smith

Backport memcache ACM module from Ascraeus

9336 02/22/2009 06:06 PM Meik Sievertsen

$db-> to phpbb::$db->

9334 02/22/2009 03:29 PM Meik Sievertsen

remove global and change $user-> to phpbb::$user->

8572 05/29/2008 02:25 PM Meik Sievertsen

ok... i hope i haven't messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed....

8477 03/29/2008 01:08 AM Nils Adermann

Go away evil carriage returns\!

8372 02/03/2008 11:19 AM David M

Alright, this should give some improved performance :)

This is the end of random seek access to rows. If you have a compelling reason as to why they should stay, contact me. Else, they are gone forevermore...

The following API calls are deprecated:
acm::sql_rowseek() -> no replacement...

8302 01/04/2008 07:56 PM David M

ACMs? yep, ACMs...
- Added support for APC, eAccelerator, xcache and memcache systems