Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16486 программистов и 1671 робот. Сейчас ищут 1658 программистов ...
build - build a PECL PHP extension package
Вернуться к: Commands available in Pyrus
Introduction
This 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)
Вернуться к: Commands available in Pyrus