Re: [PHP-DEV] Resolved gmmktime() bug (patch enclosed)

2003-08-18 Thread Luke Ehresman
Thanks, I added the comment, and the 4.3.2 patch to the bug report. Luke On Mon, Aug 18, 2003 at 04:55:56PM -0500, Luke Ehresman wrote: > Hi, > > A co-worker and I have been working on some intensive timestamp/timezone > manipulation code for the past week or so, and ran across what we believed

Re: [PHP-DEV] Resolved gmmktime() bug (patch enclosed)

2003-08-18 Thread Derick Rethans
Hi, can you please put all this information in the bugreport, so that we can track thie proceedings of this problem? I'll assign it to myself that so that I won't forget about it either :) regards, Derick On Mon, 18 Aug 2003, Luke Ehresman wrote: > Hi, > > A co-worker and I have been working

[PHP-DEV] Resolved gmmktime() bug (patch enclosed)

2003-08-18 Thread Luke Ehresman
Hi, A co-worker and I have been working on some intensive timestamp/timezone manipulation code for the past week or so, and ran across what we believed to be a bug in the way PHP handled gmmktime(). Browsing through the code, sure enough I found the source of the problem. I fixed it, and have at