On Fri, 21 Feb 2003 09:56:36 -0500 (EST)
"Matthew McNaney" <ma...@tu...> wrote:
> Calendar uses a Pear library file DateTime.php.
>
> There is a function named inDaylightTime that accesses a putenv call
> that I believe causes problems in both Windows boxes and some folks
> with Safe Mode enabled.
>
> I put a note on sourceforge to add a line to the top the function:
> return date("I");
Can you post your note on peardev, or send me it, I can look with Baba
to fix it. Btw, a new release of PEAR::Date will come soon.
> My question is should we alter OUR files with the fix, put a note in
> the repair file, or just notify those people who have problems with
> it?
As an external point of view, it is better to fix the package itself
(fixing it locally in the mean time), it will be hard to keep
consistency if you work with modified PEAR files and official PEAR
files.
hth
pierre
|