2007.08.01. 釋出 6.5.13 版,這次修正中比較令我注意的是這點:
* The newline at the end of ASCII encoded files is no longer present. This keeps a particular forum plugin manager happy that incorrectly considered a newline at the end of encoded files to be a problem.
之前加密的 PHP 在產生圖檔時總是會發生錯誤,就是因為上面這個問題導致圖檔送出前多送出了一個換行,因此圖檔無法正常顯示。
另外用 PHP 送出文字檔時,最前面也會多出一個空行來。
等了近半年,總算是修正這個問題了。