[geeklog-devel] GL2 bug / PEAR and GL 1.3.x

Blaine Lang geeklog at langfamily.ca
Sat Aug 23 16:21:18 EDT 2003


I'm using a couple PEAR classes in my new FMPro plugin and it's only a few
includes so I would be distributing it with the plugin.

Blaine
----- Original Message -----
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Sent: Saturday, August 23, 2003 4:10 PM
Subject: [geeklog-devel] GL2 bug / PEAR and GL 1.3.x


> Tony,
>
> GL 2 question (surprised?) ;-)
>
> In glcore.php you have:
>
> if ($_CONF['have_pear']) {
>     $curPHPIncludePath = ini_get('include_path');
>     ini_set('include_path', $curPHPIncludePath . ':' .
$_CONF['path_pear']);
> }
>
> Shouldn't that read "if (!$_CONF['have_pear'])"?
>                         ^^^
> Trying to decide if we should use PEAR::Mail or something else in Geeklog
> 1.3.x. <http://phpmailer.sourceforge.net/> looks interesting.
>
> How much of a support nightmare can we expect when people have to install
> PEAR manually? Or should we just include the needed classes and pre-
> configure a $_CONF['path_pear'], so that they only need to flip
> $_CONF['have_pear']?
>
> bye, Dirk
>
>
> --
> http://www.haun-online.de/
> http://www.tinyweb.de/
>
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://lists.geeklog.net/listinfo/geeklog-devel
>




More information about the geeklog-devel mailing list