是否可以使用 PHP-CGI 运行 APC?我无法获取上传文件的 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