previouspickle - automatically create a PECL package.xml and package release from source directory (Previous) (Next) Pyrus configurationnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Dutch | French | German | Hungarian | Polish | Russian | Spanish | Turkish

build - build a PECL PHP extension package

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)

previouspickle - automatically create a PECL package.xml and package release from source directory (Previous) (Next) Pyrus configurationnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.