Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
memcache
Commits
a0b7cb6e
Commit
a0b7cb6e
authored
Sep 16, 2011
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1233634
by c960657: require dmemcache.inc from memcache-lock.inc
parent
1502097b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
memcache-lock.inc
memcache-lock.inc
+2
-0
memcache-session.inc
memcache-session.inc
+2
-2
memcache.inc
memcache.inc
+1
-1
No files found.
memcache-lock.inc
View file @
a0b7cb6e
...
...
@@ -6,6 +6,8 @@
* See includes/lock.inc for documenation
*/
require_once
dirname
(
__FILE__
)
.
'/dmemcache.inc'
;
/**
* Initialize the locking system.
*/
...
...
memcache-session.inc
View file @
a0b7cb6e
<?php
require_once
dirname
(
__FILE__
)
.
'/dmemcache.inc'
;
/**
* @file
* User session handling functions.
...
...
@@ -9,6 +7,8 @@ require_once dirname(__FILE__) . '/dmemcache.inc';
* An alternative to includes/session.inc.
*/
require_once
dirname
(
__FILE__
)
.
'/dmemcache.inc'
;
/**
* Implement hook_user() using a required module's namespace since memcache is
* not a module and thus can't implement hooks directly.
...
...
memcache.inc
View file @
a0b7cb6e
<?php
require_once
'
dmemcache.inc'
;
require_once
dirname
(
__FILE__
)
.
'/
dmemcache.inc'
;
/**
* Defines the period after which wildcard clears are not considered valid.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment