查看完整版本: php中使用zend optimizer 出現 Fatal error: This encoded file is corrupted.


linux 2014-9-26 17:48

php中使用zend optimizer 出現 Fatal error: This encoded file is corrupted.

最近有個網站使用 Zend encode 加密過...在進行移轉的時後...使用FTP傳輸...可是移轉到新主機後...一直出現 <br><br>Fatal error: This encoded file is corrupted. Please refer to http://www.zend.com/support/support_faq.php?id=loader_file_corrupt for further help in....<br><br>系統環境:<br>PHP 5.2.17<br>Zend&nbsp;Optimizer&nbsp;v3.3.3<br><br>想說環境都一樣...為何就是會有問題呢?<br><br>找了很多文章...後來才知道是 FTP傳輸的問題...<br>在進行FTP傳輸的時後...要全程使用 binary mode 的模式...也就是 二進位檔案 的模式...這樣才不會有問題..<br><br>如圖片所示(使用 Filezilla Client為Sample):<br>[attach]11624[/attach]<br><br>一個小細節...可能會讓你忙半天呀~~<br><br>
頁: [1]
查看完整版本: php中使用zend optimizer 出現 Fatal error: This encoded file is corrupted.