Bug#540367: Fwd: Bug #49193 [Opn->Csd]: gd_compat > gdJpegGetVersionString should return const char* not int

2009-08-10 Thread Thomas Drillich
Hi, bug should be fixed after svn update of php source in debian. -- Weitergeleitete Nachricht -- Betreff: Bug #49193 [Opn->Csd]: gd_compat > gdJpegGetVersionString should return const char* not int Datum: Sonntag 09 August 2009 Von: PHP Bug Database An: t...@drillich.com AT

Bug#540367: [php-maint] Bug#540367:

2009-08-08 Thread sean finney
hi thomas, On Sat, Aug 08, 2009 at 06:36:57PM +0200, Thomas Drillich wrote: > I'd registered this bug on http://bugs.php.net/bug.php?id=49193 too thanks for the extra investigation. i'm on vacation right now but when i'm back i'll make sure that a fix gets in (or an updated 5.3 release if they d

Bug#540367:

2009-08-08 Thread Thomas Drillich
I'd registered this bug on http://bugs.php.net/bug.php?id=49193 too -- mit freundlichem Gruss -- regards Thomas Drillich -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#540367: Acknowledgement (php5-gd: libapache2-mod-php5 > phpinfo > gd ... apache child segfault)

2009-08-08 Thread Thomas Drillich
Hi, this is really a stupid bug, the guy who designed gd_compat.[hc] expected's that sizeof(int) == sizeof(const char*). So he declared the gdJpegGetVersionString() as returns int instead of correctly returning const char*. So all 64-bit systems must crash at this point, cause int's are 4bytes an

Bug#540367: php5-gd: libapache2-mod-php5 > phpinfo > gd ... apache child segfault

2009-08-07 Thread Th. Drillich
Package: php5-gd Version: 5.3.0-2 Severity: grave Justification: renders package unusable On an apache2 server using libapache2-mod-php5 calling "phpinfo();" causes a segfault if gd is enabled, if disabled in gd.ini it returns page. A backtrace should be attached. btw. I'm using php-5.3.0-systzda