Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以安全地压缩 PHP 文件吗?我正在使用这些设置:
add_header Pragma public; add_header Cache-Control "public"; expires 1d;
就像我现在正在测试它并且效果很好,但是这样做有安全风险吗?php 文件会以文本形式存储在用户计算机上吗?