| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
build - build a PECL PHP extension packageIntroductionThis command builds an installed PECL extension. It accepts as its arguments a list of installed php extension packages to build. It performs an automatic version of:
phpize --clean phpize ./configure make make install
In the source directory of the package. It also will prompt the user if any <configureoption> tags exist in package.xml (see the documentation for <configureoption> here) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「build - build a PECL PHP extension package」をGoogle検索
|