Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94693 invoked from network); 4 Aug 2008 23:49:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 23:49:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 74.125.46.29 yw-out-2324.google.com Received: from [74.125.46.29] ([74.125.46.29:40237] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/43-12766-79597984 for ; Mon, 04 Aug 2008 19:49:43 -0400 Received: by yw-out-2324.google.com with SMTP id 5so1230186ywb.83 for ; Mon, 04 Aug 2008 16:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=nNQxJvBfpl45LukgdFU1qSUTJzqOiL47ZsGOQX3FtE0=; b=S+tcupsEfkhfsejNTbZe96asRKNXHZFZ5XvZzjJmbzVv+MSUbh82fdw2OhqFO+aEwz 79Jn/BJA2alWSD+vUQ+qi7h8FHhDarbV9YwojO+q5FXq14rsR6EXa/mt4TXfbN8GuiUp 3EPPKgo2I2vZjVcVS9y06DyvZZzmtIUNnbXmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=LzgSLwnTWQbMQY3iQh9SS6DA/e5X4y2SL1s5+fffbVtdGnw+zQLBMHCl/NXlaAmwZZ EIpbRbT+A+wqSPD3vfldFsgt4KVyAXke/JPXcgcePxvF+JLXYk5RnMw8ZSK9+Ndc0+6s aIHRzwItFESgiK01ZcKSQ1Zr1rKfDHuYQOJLQ= Received: by 10.150.51.6 with SMTP id y6mr285742yby.222.1217893780698; Mon, 04 Aug 2008 16:49:40 -0700 (PDT) Received: from ?192.168.1.2? ( [189.24.28.213]) by mx.google.com with ESMTPS id 6sm7621045ywp.3.2008.08.04.16.49.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 04 Aug 2008 16:49:39 -0700 (PDT) To: Sebastian Bergmann Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Mon, 04 Aug 2008 20:49:32 -0300 Message-ID: <1217893772.5862.1.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] ext/gd broken in PHP_5_3 From: felipensp@gmail.com (Felipe Pena) Em Ter, 2008-08-05 às 09:04 +1000, Sebastian Bergmann escreveu: > /usr/local/src/php/php-5.3/ext/gd/gd.c: In function 'zif_imageloadfont': > /usr/local/src/php/php-5.3/ext/gd/gd.c:1607: warning: implicit declaration > of function 'overflow2' > /usr/local/src/php/php-5.3/ext/gd/gd.c: In function '_php_image_create_from': > /usr/local/src/php/php-5.3/ext/gd/gd.c:2586: error: 'fn' undeclared (first > use in this function) > /usr/local/src/php/php-5.3/ext/gd/gd.c:2586: error: (Each undeclared > identifier is reported only once > /usr/local/src/php/php-5.3/ext/gd/gd.c:2586: error: for each function it > appears in.) > make: *** [ext/gd/gd.lo] Error 1 I again! Fixed... Thanks Sebastian. -- Regards, Felipe Pena.