Re: [PHP-DEV] [PATCH] Fix integer overflow in calender.

2015-01-26 Thread Joshua Rogers
On 27/01/15 11:30, Yasuo Ohgaki wrote: > Hi Joshua, > > Did you send PR or bug report for this? > We need PR or bug report for a bug fix. > Thank you. https://github.com/php/php-src/pull/1009 https://github.com/php/php-src/pull/1008 -- -- Joshua Rogers signature.asc De

Re: [PHP-DEV] [PATCH] Fix integer overflow in calender.

2015-01-26 Thread Yasuo Ohgaki
Hi Joshua, Did you send PR or bug report for this? We need PR or bug report for a bug fix. Thank you. -- Yasuo Ohgaki yohg...@ohgaki.net On Mon, Jan 19, 2015 at 8:34 PM, Joshua Rogers wrote: > Fix in overflows in conversation functions for calendar. > Add tests for the overflows. > --- > ext/

[PHP-DEV] [PATCH] Fix integer overflow in calender.

2015-01-19 Thread Joshua Rogers
Fix in overflows in conversation functions for calendar. Add tests for the overflows. --- ext/calendar/calendar.c| 2 +- ext/calendar/gregor.c | 2 +- ext/calendar/julian.c | 2 +- ext/calendar/tests/gregoriantojd_overflo