downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<PECL for Windows usersCompiling shared PECL extensions with phpize>
Last updated: Thu, 26 Jun 2008

Compiling shared PECL extensions with the pecl command

PECL 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 extname.so into your extension_dir. extname.so may then be loaded via php.ini

By default, the pecl command will not install packages that are marked with the alpha or beta state. If no stable packages are available, you may install a beta package using the following command:

$ 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 php.ini, restarting the web service is required for the changes to be picked up.



add a noteadd a note User Contributed Notes
Compiling shared PECL extensions with the pecl command
There are no user contributed notes for this page.




<PECL for Windows usersCompiling shared PECL extensions with phpize>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs