[PHP] php/pear question

2005-04-28 Thread Kelly Meeks
I'm trying to get pear up and running, and I can't get it to work. I've tried it on a couple of different systems: fedora c2 and c3 with php 4.3.10 I can run pear from the shell, install new modules (pager, html_quickform,...) but when ever I try using any pear code in a php script with the

Re: [PHP] php/pear question

2005-04-28 Thread Martín Marqués
El Jue 28 Abr 2005 17:23, Kelly Meeks escribió: I'm trying to get pear up and running, and I can't get it to work. I've tried it on a couple of different systems: fedora c2 and c3 with php 4.3.10 I can run pear from the shell, install new modules (pager, html_quickform,...) but when

Re: [PHP] php/pear question

2005-04-28 Thread Richard Lynch
On Thu, April 28, 2005 1:23 pm, Kelly Meeks said: I can run pear from the shell, install new modules (pager, html_quickform,...) but when ever I try using any pear code in a php script with the appropriate includes/require (require_once 'DB.php';) nothing in the php block of the script gets

Re: [PHP] php/pear question

2005-04-28 Thread Matthew Weier O'Phinney
* Richard Lynch [EMAIL PROTECTED]: On Thu, April 28, 2005 1:23 pm, Kelly Meeks said: I can run pear from the shell, install new modules (pager, html_quickform,...) but when ever I try using any pear code in a php script with the appropriate includes/require (require_once 'DB.php';)