Search:
Login
Preferences
Help/Guide
About Trac
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
of
XcacheApi
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/20/2006 10:15:09 AM (
7 years
ago)
Author:
mOo
Comment:
use def
Legend:
Unmodified
Added
Removed
Modified
XcacheApi
v5
v6
2
2
3
3
== Constants ==
4
{{{
5
XC_TYPE_PHP: Cache Type = php opcode
6
XC_TYPE_VAR: Cache Type = variable data
7
}}}
4
XC_TYPE_PHP::
5
Cache Type = php opcode
6
7
XC_TYPE_VAR::
8
Cache Type = variable data
8
9
9
10
== Common Used Functions ==