0
可以用PHP-CGI運行APC嗎?我不能上傳的文件獲取APC上傳值,我使用的配置是:可以用PHP-CGI運行APC嗎?
apc.rfc1867 On
apc.rfc1867_freq 0
apc.rfc1867_name APC_UPLOAD_PROGRESS
apc.rfc1867_prefix upload_
apc.rfc1867_ttl 3600
PHP代碼:
$status = apc_fetch('upload_'.$uid); // $uid = id for the file
http://php.net/manual/fr/function.apc-fetch.php#79321 – KingCrunch