[PHP-CVS] com php-src: Fixed bug #64359 strftime crash with VS2012: NEWS ext/date/php_date.c

2013-03-06 Thread Anatol Belski
Commit:371000a877c91cfc11ff3c75ce83826797478569 Author:Anatol Belski a...@php.net Wed, 6 Mar 2013 12:37:57 +0100 Parents: 9ed7eab514ae81b90987c8729cf73ef18ecd8f7b Branches: PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Fixed bug #64359 strftime crash with VS2012: NEWS ext/date/php_date.c

2013-03-06 Thread Derick Rethans
On Wed, 6 Mar 2013, Anatol Belski wrote: +#ifdef PHP_WIN32 + /* VS2012 has a bug where strftime crash with %z and %Z format when the +initial buffer is too small. Increasing the buffer size helps in a +workaround to fixs longer format strings for this VS version. +