Archive for 六月, 2005

六月 30 2005

Upgrad WordPress 1.5.1.3

Published by C.K. under 更新日誌 1,586 Views

We would like to announce that WordPress 1.5.1.3 is now released as we continue the availablity of a highly stable and extremely popular branch based on the 1.5 Strayhorn codebase. Development has moved on to some exciting new features for the next major release, but an important security issue was brought to our attention which required an update for our users. The problem is not yet public but you should update your blog as soon as possible to 1.5.1.3. If you are unable to do upgrade in the short-term you may protect yourself by deleting the xmlrpc.php file from your WordPress directory.

Bookmark and Share

No responses yet

六月 16 2005

在 Linux 下配置 PHP 支援 GD

Published by C.K. under Linux 8,365 Views

本文就是介紹在 Linux 下安裝 GD,並配置 PHP 支援 GD

GD 安裝
第一部需要做的是先要安裝 GD 到系統內,而安裝 GD 前需要安裝 jpeg-6b, libpng, zlib, freetype。以下是下載網址:
GD 2.0.33
jpeg-6b
libpng 1.2.8
zlib 1.2.3
freetype-2.1.10.tar.gz

建立安裝套件目錄
mkdir /usr/local/modules

下載完成後鍵入以下指令進行安裝。

Continue Reading »

Bookmark and Share

8 responses so far