PHP更新
■PHP4.3.9(gd-2.0.28含む)
PHP更新しました。
最新版GDも同梱されているので、
下記3モジュールのみバージョンをチェックして必要なら事前にコンパイル
jpeg
zlib
libpng
freetype
#make distclean
#./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-pgsql=/usr/local/pgsql --enable-mbstring --enable-gd-native-ttf --with-gd --with-freetype-dir=/usr/local/lib --with-zlib-dir=/usr/local/lib --with-jpeg-dir=/usr/local/lib
#make
#apacheを停止
#make install
#apacheを起動
phpinfo()にて、バージョン、その他を確認
◆DSOでインストール、日本語とPostgreSQLを有効にしています。Apache 2.0では--with-apxsの代わりに--with-apxs2を指定する必要があります。
PHP更新しました。
最新版GDも同梱されているので、
下記3モジュールのみバージョンをチェックして必要なら事前にコンパイル
jpeg
zlib
libpng
freetype
#make distclean
#./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-pgsql=/usr/local/pgsql --enable-mbstring --enable-gd-native-ttf --with-gd --with-freetype-dir=/usr/local/lib --with-zlib-dir=/usr/local/lib --with-jpeg-dir=/usr/local/lib
#make
#apacheを停止
#make install
#apacheを起動
phpinfo()にて、バージョン、その他を確認
◆DSOでインストール、日本語とPostgreSQLを有効にしています。Apache 2.0では--with-apxsの代わりに--with-apxs2を指定する必要があります。