[imp] imp:apache date('R') issues unresolved

Parag Godkar paragg@konark.ncst.ernet.in
Tue, 13 Aug 2002 10:41:47 +0530


I have the following config -
Horde: 2.1
IMP: 3.1
Turba: 1.1
Apache-1.3.23-11
php-4.1.2-0horde1
Red Hat Linux 7.2

I also tried with -
Horde: 2.1
IMP: 3.1
Turba: 1.1
Apache-1.3.23-14
php-4.1.2-7
Red Hat Linux 7.3

In either config, my Apache used to segfault only when
sending mails ( although the mails got sent, the
compose window wouldn't close and showed
dns error ).
And I replaced all occurances of date('r') with
strftime('%a, %e %b %Y %T %z') in compose.php
and not in message.php and my problem was solved.

Regards,
Parag Godkar.

----- Original Message -----
From: "Shannon Lekas" <shannon@flyingmug.com>
To: <imp@lists.horde.org>
Sent: Monday, August 12, 2002 9:53 PM
Subject: [imp] imp:apache date('R') issues unresolved


> I went into the horde/imp/ compose.php, message.php files and changed the
date
> ('r') with strftime('%a, %e %b %Y %T %z'), restarted apache and apache
still
> segfaults.  Has anyone else tried a different fix?
>
> Shannon
>