IMP 2.3.6

dave@arthistory.cc dave@arthistory.cc
Fri, 24 Nov 2000 11:14:32 -0500


Hi, 

I have some thoughts about 2.3.6-cvs. 

I really think we(I could) should include 
something in the README files that the 
system requires a newer PEAR-version than 
that's included in 4.03p1. I only want to help with the further 
developing of the 2.3 three and I see problems if people run into 
problems installing it. 

I also wonder if the 2.3.6-version requires a newer 
version than 4.03p1. For instance I cannot see 
that 4.03p1 works with date('r'); (used in compose.php on line 642)... but 
later 
snapsshots verions of php do. Maybe we should write in the /horde/test.php 
that 2.3.6 needs a snapshot version of php. 

Since I don't want to use a snapshot on my prodsite I changed the line to: 
$headers['Date'] = date('D') .', ' . date('d') .' '. date('M') .' '. date 
('Y') .' '. date('h:i:s') . ' -0500'; 

This makes it work out great for me! Maybe we should change in compose.php 
to: 

$headers['Date'] = date('D') .', ' . date('d') .' '. date('M') .' '. date 
('Y') .' '. date('h:i:s') . conf['timeZone']; 

That will say we will have to make a new env. variable for timezones. 

Best Regards Dave 


-------------------------------------------------
                      POWERD BY WWW.ARTHISTORY.CC