Skip to content

Commit 6ca305d

Browse files
committed
修复cluster在BAE上面一个memcache的notice报错
1 parent 75bbbe8 commit 6ca305d

File tree

1 file changed

+1
-1
lines changed
  • Extend/Engine/Cluster/DefaultApp/IO

1 file changed

+1
-1
lines changed

Extend/Engine/Cluster/DefaultApp/IO/bae.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//编译缓存文件创建方法
2020
function runtime_set($filename,$content){
2121
global $global_mc;
22-
$ret=$global_mc->set($filename,$content,MEMCACHE_COMPRESSED,0);
22+
$ret=$global_mc->set($filename,$content,0,0);
2323
if(2==$global_mc->errno()){
2424
header('Content-Type:text/html;charset=utf-8');
2525
exit('您没有初始化Cache服务,请在BAE的管理平台初始化Cache服务');

0 commit comments

Comments
 (0)