View | Annotate | Download (2.1 KB)
Copy 3.0.x branch to trunk
properties change? :o
some corrections, only very minor things.
Fix a small bug with xcache (thanks bantu), and some code consistency changes
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
Finished I hope, appropriate errors when modules are missing.
Lets follow some PHP4 conventions underscores for internal methods.
Add APC Modify Memcache to use the memory abstract
Backport memcache ACM module from Ascraeus
$db-> to phpbb::$db->
remove global and change $user-> to phpbb::$user->
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....
Go away evil carriage returns\!
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...
ACMs? yep, ACMs... - Added support for APC, eAccelerator, xcache and memcache systems