From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 14:17:51 2004 Return-Path: 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 31FAE16A4CE for ; Sat, 28 Feb 2004 14:17:51 -0800 (PST) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3E143D1D for ; Sat, 28 Feb 2004 14:17:50 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([68.69.206.232]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040228221750.PSDX1590.out012.verizon.net@duron.pcmedx.com>; Sat, 28 Feb 2004 16:17:50 -0600 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id B383FAA8C; Sat, 28 Feb 2004 14:17:49 -0800 (PST) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15762-04; Sat, 28 Feb 2004 14:17:48 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id B3E07A932; Sat, 28 Feb 2004 14:17:48 -0800 (PST) Message-ID: <000e01c3fe48$af236a20$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: "freebsd-questions@FreeBSD. ORG" References: Date: Sat, 28 Feb 2004 14:17:42 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [68.69.206.232] at Sat, 28 Feb 2004 16:17:50 -0600 cc: fbsd_user@a1poweruser.com Subject: Re: Where to find apache PHP script mhash function X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 22:17:51 -0000 > SO you are saying that this /usr/ports/lang/php4 is an replacement > for mod_php? > That it does everything mod_php does plus the extensions can be > added. lang/php4 is a master port. You can read lang/php4/Makefile to see what make definitions that are available (like -DWITH_MHASH). I wouldn't recommend trying to build mod_php4 in lang/php4 because it sounds like you're confused already. Just go to www/mod_php4 and do a "make -DWITH_MHASH (+ whatever other features you want) install". Really though, I don't see why you don't just use the ncurses menu.