Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85935 invoked from network); 10 Feb 2013 19:50:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2013 19:50:30 -0000 Authentication-Results: pb1.pair.com header.from=dclarke@blastwave.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dclarke@blastwave.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain blastwave.org from 210.87.62.131 cause and error) X-PHP-List-Original-Sender: dclarke@blastwave.org X-Host-Fingerprint: 210.87.62.131 comm.purplecow.org Solaris 10 (beta) Received: from [210.87.62.131] ([210.87.62.131:48155] helo=comm.purplecow.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/EB-20900-50AF7115 for ; Sun, 10 Feb 2013 14:50:30 -0500 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from comm.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTP id <0MI000LWISG1J400@comm.purplecow.org> for internals@lists.php.net; Mon, 11 Feb 2013 06:50:25 +1100 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Mon, 11 Feb 2013 06:50:25 +1100 Received: from [66.103.52.207] by comm.purplecow.org (mshttpd); Sun, 10 Feb 2013 14:50:25 -0500 To: Pierre Joye Cc: Stanislav Malyshev , Christopher Jones , PHP internals , ssb@php.net, Rasmus Lerdorf Message-ID: Date: Sun, 10 Feb 2013 14:50:25 -0500 X-Mailer: Sun Java(tm) System Messenger Express 6.3-6.03 (built Mar 14 2008; 32bit) Content-language: en X-Accept-Language: en Priority: normal In-reply-to: References: Subject: Re: [PHP-DEV] ext/gd/gd_ctx.c: In function '_php_image_stream_putc': error: 'struct gdIOCtx' has no member named 'data' From: dclarke@blastwave.org (Dennis Clarke) > There is a problem when an external library is used. Using the bundled > lib fixes this problem ("--with-gd") That worked beautifully : gd GD Support enabled GD Version bundled (2.0.34 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.4.11 GIF Read Support enabled GIF Create Support enabled JPEG Support enabled libJPEG Version unknown PNG Support enabled libPNG Version 1.5.14 WBMP Support enabled XPM Support enabled libXpm Version 30411 XBM Support enabled Not sure why libJPEG is an unknown version but other than that .. looks great. Thank you so much. Dennis