On Nov 11, 2004, at 12:50 PM, Rayan Lahoud wrote:
Does anybody knows how to install a pear package. i have the inline_C package that i want to install and use. And can i have some sample functions using this package?
I believe the inline_c package is actually a pecl package [pecl.php.net], however it is still installed with the pear installer (I hope that makes sense). Ok, first try typing
pear -v
on the command line. If this doesn't work (it returns "command not found"), try http://pear.php.net/manual/en/installation.php. If that succedes, you have a pear package manager installed. Now type:
pear install inline_c
this should install the package for you. You'll probably have to add the module to your php.ini script and restart apache.
-ryan
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php