<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://tm.root-n.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Tipsというかメモ programming:php:install</title>
        <description></description>
        <link>https://tm.root-n.com/</link>
        <lastBuildDate>Wed, 19 Nov 2025 00:39:08 +0900</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://tm.root-n.com/lib/images/favicon.ico</url>
            <title>Tipsというかメモ</title>
            <link>https://tm.root-n.com/</link>
        </image>
        <item>
            <title>PHP :: eaccelerator のインストールと設定</title>
            <link>https://tm.root-n.com/programming:php:install:eaccelerator</link>
            <description>インストール


eaccelerator ダウンロード

&lt;http://sourceforge.net/project/showfiles.php?group_id=122249&gt;




1. 最新版を wget して展開
% wget &quot;http://downloads.sourceforge.net/eaccelerator/eaccelerator-0.9.5.tar.bz2?modtime=1160580411&amp;big_mirror=0&quot;
% tar jxvf eaccelerator-0.9.5.tar.bz2
% cd eaccelerator-0.9.5</description>
        <category>programming:php:install</category>
            <pubDate>Sun, 16 Mar 2008 22:48:15 +0900</pubDate>
        </item>
        <item>
            <title>PHP :: eaccelerator のインストールと設定 (Apache2/PHP5)</title>
            <link>https://tm.root-n.com/programming:php:install:eaccelerator_apache2_php5</link>
            <description>eaccelerator とは

PHPをはじめとしたインタプリタ言語(スクリプト言語)は、実行のたびに毎回スクリプトをコンパイルします。

C言語のようなコンパイラ言語と比べ実行速度が遅いのは、このコンパイルにかかるオーバーヘッドが大きく影響しています。



eaccelerator は、PHPスクリプトのコンパイル結果(バイトコード)をキャッシュしておき、２回目以降はそのバイトコードを利用することでコンパイルにかかるオーバーヘッドを減らし、高速化を図ります。…</description>
        <category>programming:php:install</category>
            <pubDate>Sat, 27 Nov 2010 11:21:43 +0900</pubDate>
        </item>
        <item>
            <title>PHP :: インストール / Unix (debian)</title>
            <link>https://tm.root-n.com/programming:php:install:unix</link>
            <description>● 展開 &amp; configure



% tar -vxzf php-5.2.0.tar.gz
% cd php-5.2.0
% ./configure \
--enable-bcmath \
--enable-calendar \
--enable-dio \
--enable-exif \
--enable-ftp \
--enable-mbstring \
--enable-shmop \
--enable-soap \
--enable-sockets \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-yp \
--enable-zend-multibyte \
--prefix=/usr \
--with-apxs \
--with-bz2 \
--with-config-file-path=/etc \
--with-gettext \
--with-libmbfl \
--with-mime-magic \
--with-mod_charset \
--with-mysql=/usr/…</description>
        <category>programming:php:install</category>
            <pubDate>Sun, 16 Mar 2008 22:48:15 +0900</pubDate>
        </item>
        <item>
            <title>PHP :: インストール / Windows</title>
            <link>https://tm.root-n.com/programming:php:install:windows</link>
            <description>PHP4.4.1 のインストール


php-4.4.1-Win32.zip

&lt;http://www.php.net/downloads.php&gt;


	*  解凍後、C直下の C:/php に配置
	*  C:\php フォルダにある「php4ts.dll」を「C:\WINDOWS\system32」の中へコピー。
	*  C:\php\dlls フォルダにあるDLLをすべて「C:\WINDOWS\system32」の中へコピー。
	*  C:\php フォルダにある「php.ini-dist」を「C:\WINDOWS」の中へコピーし、名前を「php.ini」に変える。</description>
        <category>programming:php:install</category>
            <pubDate>Sun, 16 Mar 2008 22:48:15 +0900</pubDate>
        </item>
        <item>
            <title>PHP :: xdebug のインストールと設定</title>
            <link>https://tm.root-n.com/programming:php:install:xdebug</link>
            <description>xdebug は、PHP で構築された web アプリケーションをプロファイリングして、ボトルネック調査をするツールです。


	*  よくあるタスク
		*  処理速度の遅い web アプリケーションの改修が必要になる。</description>
        <category>programming:php:install</category>
            <pubDate>Wed, 15 Sep 2010 14:24:04 +0900</pubDate>
        </item>
    </channel>
</rss>
