Re: [PHP-DEV] datetime.c problem

2002-05-06 Thread Markus Fischer
Hi, thx, fixed in CVS. - Markus On Mon, May 06, 2002 at 05:33:20PM -0400, fabwash wrote : > On lines 597,598,599,600 there are additional carriage returns. This can't be seen >on TextPad, but my compiler barfs, and I can see them in 'vi': > > break; > } >

[PHP-DEV] datetime.c problem

2002-05-06 Thread fabwash
On lines 597,598,599,600 there are additional carriage returns. This can't be seen on TextPad, but my compiler barfs, and I can see them in 'vi': break; } if (NULL == (ta = php_localtime_r(×tamp, &tmbuf))) {^M php_error(E_WARNING, "%s(): invalid lo