Bug#652599: [php-maint] Bug#652599: Bug#652599: php5: use_embedded_timezonedb.patch causes ext/date/lib/parse_tz.c to fail to compile

2012-01-31 Thread Dominic Scheirlinck
e options and our build environment. > > But if you provide a clean patch to fix the issue, I'll apply it in > the git and it will be part > of some next release. > > O. > > > On Tue, Jan 31, 2012 at 23:46, Dominic Scheirlinck wrote: >>> It compiles correctly f

Bug#652599: [php-maint] Bug#652599: php5: use_embedded_timezonedb.patch causes ext/date/lib/parse_tz.c to fail to compile

2012-01-31 Thread Dominic Scheirlinck
> It compiles correctly for me Are you certain you had both the quilt patch applied and HAVE_SYSTEM_TZDATA undefined? What did you pass in for '--with-system-tzdata' to configure? Or did you unset HAVE_SYSTEM_TZDATA in some other way? I double-checked the state of the patched ext/date/lib/pars

Bug#652599: php5: use_embedded_timezonedb.patch causes ext/date/lib/parse_tz.c to fail to compile

2011-12-18 Thread Dominic Scheirlinck
Package: php5 Version: 5.3.8.0-1 Severity: normal The quilt patch use_embedded_timezonedb.patch patches the timelib_parse_tzfile function within ext/date/lib/parse_tz.c to look like this: http://paste.debian.net/149580/ Specifically, the #ifdef ends before the closing brace of the 'if' block i