Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Installing PEAR framework and packages
Posted by Philipp Esselbach on: 08/16/2010 08:26 AM [ Print | 0 comment(s) ]
Debian Tutorials posted a guide about installing the PEAR framework on Debian GNU/Linux
PEAR is a framework and distribution system for reusable PHP components.
1. Install the PEAR framework
get install php-pear
2. Restart apache
/etc/init.d/apace2 restart
3. Install a PEAR package (optional)
pear install Net_Ping-2.4.5
You can install any PEAR package using this command but in this example we'll install the Net_Ping package
4. Here's a sample PHP code to use the Net_Ping package (optional)
require_once [...]
1. Install the PEAR framework
get install php-pear
2. Restart apache
/etc/init.d/apace2 restart
3. Install a PEAR package (optional)
pear install Net_Ping-2.4.5
You can install any PEAR package using this command but in this example we'll install the Net_Ping package
4. Here's a sample PHP code to use the Net_Ping package (optional)
require_once [...]
Installing PEAR framework and packages
Related Threads
10/19/2010 02:05 PM: Ububtu 10.04 not installing (1) by Philipp
02/18/2010 05:23 AM: installing Eclipse on Fedora12 (0) by Kapil Gupta
01/11/2008 10:08 AM: Need help installing a keygen (1) by danleff
12/03/2007 09:06 AM: Installing RPMs on RHEL4 (1) by danleff
03/01/2008 08:14 PM: Need Help Unistialling Linux and Reinstalling XP (4) by danleff
08/31/2007 11:12 AM: Problems installing unbuntu 7.04 (3) by janfebmar
08/19/2007 08:34 AM: Installing Rome:Total War (1) by danleff
08/10/2011 03:50 AM: Installing Nvidia Video card drivers (3) by jimsing59
10/19/2006 10:39 PM: Installing mandrake linux 07 (11) by danleff
10/04/2006 01:47 PM: Installing programs (7) by Fred3921
02/18/2010 05:23 AM: installing Eclipse on Fedora12 (0) by Kapil Gupta
01/11/2008 10:08 AM: Need help installing a keygen (1) by danleff
12/03/2007 09:06 AM: Installing RPMs on RHEL4 (1) by danleff
03/01/2008 08:14 PM: Need Help Unistialling Linux and Reinstalling XP (4) by danleff
08/31/2007 11:12 AM: Problems installing unbuntu 7.04 (3) by janfebmar
08/19/2007 08:34 AM: Installing Rome:Total War (1) by danleff
08/10/2011 03:50 AM: Installing Nvidia Video card drivers (3) by jimsing59
10/19/2006 10:39 PM: Installing mandrake linux 07 (11) by danleff
10/04/2006 01:47 PM: Installing programs (7) by Fred3921
