PEAR makes it easy to create shared PHP extensions. Using the
pear command, do the following:
$ pear install extname
That will download the source for extname, and
compile it on the system. This results in an
extname.so file that may then be included in php.ini
In case the systems preferred_state is set higher than
an available extname version, like it's set to stable
and the extension is still in beta, either alter the
preferred_state via pear config-set
or specify a specific version of the PECL extension. For example:
$ pear install extname-0.1.1
Regardless, pear will copy this extname.so into the
extensions directory. Adjust
php.ini accordingly.
Php install.pecl.pear Function syntax tag
install.pecl.pear php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php install.pecl.pear syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.