|
Compiling shared PECL extensions with the pecl commandPECL makes it easy to create shared PHP extensions. Using the » pecl command, do the following: $ pecl install extname
This will download the source for extname,
compile, and install
By default, the $ pecl install extname-beta You may also install a specific version using this variant: $ pecl install extname-0.1
Note:
After enabling the extension in |