December 12th, 2005, 06:14 AM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
I know of one issue recently uncovered. On PHP 5.1X series PHP everywhere in the scripts where localtime() is used we need to add explicity
$year = $year + 1900;
|
| |