We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bbbe8 commit 6ca305dCopy full SHA for 6ca305d
Extend/Engine/Cluster/DefaultApp/IO/bae.php
@@ -19,7 +19,7 @@
19
//编译缓存文件创建方法
20
function runtime_set($filename,$content){
21
global $global_mc;
22
- $ret=$global_mc->set($filename,$content,MEMCACHE_COMPRESSED,0);
+ $ret=$global_mc->set($filename,$content,0,0);
23
if(2==$global_mc->errno()){
24
header('Content-Type:text/html;charset=utf-8');
25
exit('您没有初始化Cache服务,请在BAE的管理平台初始化Cache服务');
0 commit comments