downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

実行時設定> <要件
Last updated: Fri, 13 Nov 2009

view this page in

インストール手順

簡単なインストール手順

  • 圧縮機能を動作させるには、少なくとも PHP 4.3.0 が必要です。
  • PHP 4.3.0 以降のバージョンに Unix コマンドプロンプト上で インストールするには、pear install bcompiler とタイプします。
  • Windows 上でインストールする場合、バイナリパッケージを配布する 仕組みが整うまでは、pear-general メーリングリストのアーカイブから ビルド済みパッケージを探してください (あるいは、もし見つからなければ メーリングリストにメールを送ってください)。
  • 古いバージョンにインストールするには、ビルドするために 多少手を加える必要があります。
  • bcompiler.tgz アーカイブを php4/ext に展開します (これは、PECL » http://pecl.php.net/get/bcompiler から取得可能です)。
  • 新しく作成されたディレクトリが bcompiler-0.x のような名前に なっていれば、それを bcompiler という名前に変更します (単に PHP モジュールのみをビルドしたいのであれば、これは不要です)。
  • PHP 4.3.0 より前のバージョンを使用している場合は、 Makefile.in.oldMakefile.in に、そして config.m4.oldconfig.m4 にそれぞれコピーする必要があります。
  • ext/bcompilerphpize を実行します。
  • php4./buildconf を実行します。
  • --enable-bcompiler (およびその他のオプション) を指定して configure を実行します。
  • make; make install
  • これで終わりです。



add a note add a note User Contributed Notes
インストール手順
There are no user contributed notes for this page.

実行時設定> <要件
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites