From owner-freebsd-questions@FreeBSD.ORG Tue May 16 15:21:36 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C3316A6CA for ; Tue, 16 May 2006 15:21:36 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E670043D49 for ; Tue, 16 May 2006 15:21:35 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060516152135.JHPD9009.mta11.adelphia.net@barbish>; Tue, 16 May 2006 11:21:35 -0400 From: "fbsd" To: "Daniel A." Date: Tue, 16 May 2006 11:21:34 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 In-Reply-To: <4469DB0B.2010000@dienub.org> Importance: Normal Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: imagecreate command & PHP5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:21:37 -0000 Thank you. That was the info I needed. Got it working now. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Daniel A. Sent: Tuesday, May 16, 2006 10:01 AM To: fbsd@a1poweruser.com Cc: freebsd-questions@FreeBSD. ORG Subject: Re: imagecreate command & PHP5 fbsd wrote: > How do I add imagecreate command support to PHP5?? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Firstly, you lookup the function on php.net and see what it depends on. In this case, imagecreate depends on GD. So, this means you have to install the graphics/php5-gd port. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"