소스 검색

debug fcgi.so

stanley-king 9 년 전
부모
커밋
de269411bc
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      fcgi_run.php

+ 3 - 3
fcgi_run.php

@@ -18,9 +18,9 @@ function run_fcgi()
     require_once(BASE_ROOT_PATH.'/mobile/index.php');
     Base::mobile_init();
 
-    if (!extension_loaded("fcgi")) {
-        Log::record("skip\n",Log::DEBUG);
-    }
+//    if (!extension_loaded("fcgi")) {
+//        Log::record("skip\n",Log::DEBUG);
+//    }
 
     while(($ret = fcgi_accept()) >= 0)
     {