r97762 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r97761
|
r97762
|
r97763
>
Date:
20:25, 21 September 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Added lock/unlock function stubs. Fixes:
PHP fatal error in /usr/local/apache/common-local/php-1.18/includes/objectcache/MemcachedPhpBagOStuff.php line 91:
Call to undefined method MemCachedClientforWiki::lock()
Modified paths:
/trunk/phase3/includes/objectcache/MemcachedClient.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/objectcache/MemcachedClient.php
—
—
@@ -344,6 +344,16 @@
345
345
return false;
346
346
}
347
347
348
+ public function lock( $key, $timeout = 0 ) {
349
+ /* stub */
350
+ return true;
351
+ }
352
+
353
+ public function unlock( $key ) {
354
+ /* stub */
355
+ return true;
356
+ }
357
+
348
358
// }}}
349
359
// {{{ disconnect_all()
350
360
Follow-up revisions
Revision
Commit summary
Author
Date
r97763
MFT
r97762
aaron
20:28, 21 September 2011
r98754
MFT
r93431
,
r94761
,
r97762
,
r97772
,
r97774
,
r97777
,
r97817
reedy
13:10, 3 October 2011
Status & tagging log
13:10, 3 October 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r97762
[
removed:
1.18]
19:22, 22 September 2011
😂
(
talk
|
contribs
)
changed the
status
of r97762
[
removed:
new
added:
ok]
20:37, 21 September 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
tags
for r97762
[
added:
1.18]