[FX.php List] [OffTopic][php includes] FYI using pear on Unix opposed to Linux

Gjermund Gusland Thorsen ggt667 at gmail.com
Fri Nov 9 11:04:12 MST 2007


In most Linux distros a simple:
---
require_once('Mail.php');
---
will do, however in Solaris, QNX and today I had to use MacOS X as
apache frontend to FX.php I had to first find the path to Mail.php
then type in the entire path, that made the MacOS X reference to
Pear's Mail.php:

require_once('/usr/lib/php/Mail.php');

Just to let you know it is installed, however not as easily accessible.

ggt


More information about the FX.php_List mailing list