Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:132 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47980 invoked from network); 21 Mar 2003 16:09:52 -0000 Received: from unknown (HELO miel.brainstorm.fr) (80.67.170.17) by pb1.pair.com with SMTP; 21 Mar 2003 16:09:52 -0000 Received: from rezo.net (localhost [127.0.0.1]) by miel.brainstorm.fr (Postfix) with SMTP id 06E811C8290 for ; Fri, 21 Mar 2003 17:00:10 +0100 (CET) Received: from 80.67.170.17 (proxying for 193.49.124.107) (SquirrelMail authenticated user antoine) by rezo.net with HTTP; Fri, 21 Mar 2003 17:00:10 +0100 (CET) Message-ID: <42794.80.67.170.17.1048262410.squirrel@rezo.net> Date: Fri, 21 Mar 2003 17:00:10 +0100 (CET) To: internals@lists.php.net X-Mailer: SquirrelMail (version 1.3.2) MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Subject: Workaround for bug #15797 (inconsistent error behaviour with GD) From: antoine@rezo.net ("Antoine") Hi, Some users of our program SPIP are stumbling onto the following bug : http://bugs.php.net/bug.php?id=15797 See my comment at the end. It seems several PHP versions are plagued by this problem. I'd like to find a way to circumvent it, because we need our program to work with all PHP & GD versions. Unfortunately the fact that a fatal error is yielded when calling imagecreatetruecolor with the wrong GD version makes it seemingly impossible. Does anybody have an answer to this ? (note : another bug seems identical : http://bugs.php.net/bug.php?id=16002) Thanks Antoine.