Bug#703109: [php-maint] Bug#703109: Bug#703109: DateTime->modify('tomorrow') Bug in PHP 5.3 in Debian Squeeze 4.3.5-4

2013-03-18 Thread Christian Stoller
09: Bug#703109: DateTime->modify('tomorrow') Bug in PHP 5.3 in Debian Squeeze 4.3.5-4 Christian, with wheezy almost out of the door (as Bob already explained), there's certainly no incentive to create non-security bug fix release of php5, which probably won't even get int

Bug#703109: [php-maint] Bug#703109: Bug#703109: DateTime->modify('tomorrow') Bug in PHP 5.3 in Debian Squeeze 4.3.5-4

2013-03-18 Thread Ondřej Surý
Christian, with wheezy almost out of the door (as Bob already explained), there's certainly no incentive to create non-security bug fix release of php5, which probably won't even get into next point release of squeeze. I know this is annoying, but we have only limited resources to maintain php5 in

Bug#703109: [php-maint] Bug#703109: DateTime->modify('tomorrow') Bug in PHP 5.3 in Debian Squeeze 4.3.5-4

2013-03-17 Thread Thomas Goirand
On 03/15/2013 11:11 PM, Christian Stoller wrote: >> The 5.3.14 result is correct. It was apparently a bug in earlier 5.3 >> versions. >> >> cheers, >> Derick > http://www.mail-archive.com/internals@lists.php.net/msg64588.html > > So it seems like the patch has not been integrated into Debian. It

Bug#703109: DateTime->modify('tomorrow') Bug in PHP 5.3 in Debian Squeeze 4.3.5-4

2013-03-15 Thread Bob Proulx
fixed 703109 5.4.0-1 thanks Christian Stoller wrote: > I have a strange bug with DateTime->modify('tomorrow') in PHP 5.3. > Code to reproduce: > ... > So it seems like the patch has not been integrated into Debian. It > would be nice if this could be done. Thank you for the bug report. This has

Bug#703109: DateTime->modify('tomorrow') Bug in PHP 5.3 in Debian Squeeze 4.3.5-4

2013-03-15 Thread Christian Stoller
Package: php5 Version: 5.3.3-7+squeeze15 Tags: squeeze I have a strange bug with DateTime->modify('tomorrow') in PHP 5.3. Code to reproduce: format('Y-m-d H:i:s')."\n"; $d->modify('tomorrow'); echo $d->format('Y-m-d H:i:s')."\n"; ?> Current output on Windows with PHP 5.3.14: 2013-02-05 06:33:3