[geeklog-devtalk] geeklog-devel digest, Vol 1 #193 - 3 msgs
geeklog-devtalk-admin at lists.geeklog.net
geeklog-devtalk-admin at lists.geeklog.net
Thu Sep 4 13:00:03 EDT 2003
Send geeklog-devel mailing list submissions to
geeklog-devel at lists.geeklog.net
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.geeklog.net/listinfo/geeklog-devel
or, via email, send a message with subject or body 'help' to
geeklog-devel-request at lists.geeklog.net
You can reach the person managing the list at
geeklog-devel-admin at lists.geeklog.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of geeklog-devel digest..."
Today's Topics:
1. PEAR we go ... (Dirk Haun)
2. Re: PEAR we go ... (Tony Bibbs)
3. Re: PEAR we go ... (Jason Whittenburg)
--__--__--
Message: 1
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Date: Thu, 4 Sep 2003 12:09:47 +0200
Organization: Terra Software Systems
Subject: [geeklog-devel] PEAR we go ...
Reply-To: geeklog-devel at lists.geeklog.net
The Geeklog version in CVS now uses PEAR::Mail to send all emails. In
config.php, you can select one of the following methods to send your emails:
- 'mail', i.e. use PHP's mail() function
- 'sendmail', i.e. use sendmail
- 'smtp', i.e. talk directly to your SMTP server
Since this is a pretty big change, I'd like to get some feedback on this,
please.
I've tested all three variants locally (PHP 4.3.3, compiled --without-
pear). I've also updated geeklog.info. My hosting service is still on PHP
4.2.3 but has PEAR installed. 'mail' and 'smtp' works with that setup
(haven't tested 'sendmail' there).
I'll try and update another of my sites with a slightly different setup
but would like to hear from other installs. Anyone running on Windows?
Since it doesn't make sense to add the PEAR packages to CVS, I've put
those that Geeklog needs in a separate tarball:
http://www.geeklog.net/nightly/geeklog-pear.tar.gz
Unpack that _inside_ of /path/to/geeklog/system/pear/. Actual Geeklog
releases will include those files in system/pear, I just didn't want to
add them to CVS.
I've also updated the nightly tarball, so that it already contains these
changes.
bye, Dirk
--
http://www.haun-online.de/
http://geeklog.info/
--__--__--
Message: 2
Date: Thu, 04 Sep 2003 08:48:34 -0500
From: Tony Bibbs <tony at tonybibbs.com>
To: geeklog-devel at lists.geeklog.net
Subject: Re: [geeklog-devel] PEAR we go ...
Reply-To: geeklog-devel at lists.geeklog.net
Cool, I'll try and test them here in the next day or so.
--Tony
Dirk Haun wrote:
>The Geeklog version in CVS now uses PEAR::Mail to send all emails. In
>config.php, you can select one of the following methods to send your emails:
>
>- 'mail', i.e. use PHP's mail() function
>- 'sendmail', i.e. use sendmail
>- 'smtp', i.e. talk directly to your SMTP server
>
>Since this is a pretty big change, I'd like to get some feedback on this,
>please.
>
>I've tested all three variants locally (PHP 4.3.3, compiled --without-
>pear). I've also updated geeklog.info. My hosting service is still on PHP
>4.2.3 but has PEAR installed. 'mail' and 'smtp' works with that setup
>(haven't tested 'sendmail' there).
>
>I'll try and update another of my sites with a slightly different setup
>but would like to hear from other installs. Anyone running on Windows?
>
>Since it doesn't make sense to add the PEAR packages to CVS, I've put
>those that Geeklog needs in a separate tarball:
>
> http://www.geeklog.net/nightly/geeklog-pear.tar.gz
>
>Unpack that _inside_ of /path/to/geeklog/system/pear/. Actual Geeklog
>releases will include those files in system/pear, I just didn't want to
>add them to CVS.
>
>I've also updated the nightly tarball, so that it already contains these
>changes.
>
>bye, Dirk
>
>
>
>
--__--__--
Message: 3
From: "Jason Whittenburg" <me at jasonwhittenburg.com>
To: <geeklog-devel at lists.geeklog.net>
Subject: Re: [geeklog-devel] PEAR we go ...
Date: Thu, 4 Sep 2003 10:18:45 -0400
Reply-To: geeklog-devel at lists.geeklog.net
Congrats and very cool! :-)
-Jason <-- Major lurker...
----- Original Message -----
From: "Tony Bibbs" <tony at tonybibbs.com>
To: <geeklog-devel at lists.geeklog.net>
Sent: Thursday, September 04, 2003 9:48 AM
Subject: Re: [geeklog-devel] PEAR we go ...
> Cool, I'll try and test them here in the next day or so.
>
> --Tony
>
> Dirk Haun wrote:
>
> >The Geeklog version in CVS now uses PEAR::Mail to send all emails. In
> >config.php, you can select one of the following methods to send your
emails:
> >
> >- 'mail', i.e. use PHP's mail() function
> >- 'sendmail', i.e. use sendmail
> >- 'smtp', i.e. talk directly to your SMTP server
> >
> >Since this is a pretty big change, I'd like to get some feedback on this,
> >please.
> >
> >I've tested all three variants locally (PHP 4.3.3, compiled --without-
> >pear). I've also updated geeklog.info. My hosting service is still on PHP
> >4.2.3 but has PEAR installed. 'mail' and 'smtp' works with that setup
> >(haven't tested 'sendmail' there).
> >
> >I'll try and update another of my sites with a slightly different setup
> >but would like to hear from other installs. Anyone running on Windows?
> >
> >Since it doesn't make sense to add the PEAR packages to CVS, I've put
> >those that Geeklog needs in a separate tarball:
> >
> > http://www.geeklog.net/nightly/geeklog-pear.tar.gz
> >
> >Unpack that _inside_ of /path/to/geeklog/system/pear/. Actual Geeklog
> >releases will include those files in system/pear, I just didn't want to
> >add them to CVS.
> >
> >I've also updated the nightly tarball, so that it already contains these
> >changes.
> >
> >bye, Dirk
> >
> >
> >
> >
>
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://lists.geeklog.net/listinfo/geeklog-devel
--__--__--
_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-devel
End of geeklog-devel Digest
More information about the geeklog-devtalk
mailing list