From owner-freebsd-ports@FreeBSD.ORG Thu Sep 16 20:12:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00ED816A4CE; Thu, 16 Sep 2004 20:12:02 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D3C43D1F; Thu, 16 Sep 2004 20:12:01 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040916201200.GITC9204.mta10.adelphia.net@barbish>; Thu, 16 Sep 2004 16:12:00 -0400 From: "JJB" To: Date: Thu, 16 Sep 2004 16:12:00 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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) In-Reply-To: <1199107474.20040916220301@icn.bmstu.ru> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: ports@FreeBSD.org cc: ale@FreeBSD.org Subject: RE: FreeBSD Port: php4-4.3.8_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 20:12:02 -0000 running php4-extenions and selecting mhash from selection screen results in error message unknown extension mhash. -----Original Message----- From: Anton V. Yuzhaninov [mailto:citrin@icn.bmstu.ru] Sent: Thursday, September 16, 2004 2:03 PM To: fbsd_user Subject: Re: FreeBSD Port: php4-4.3.8_2 Thursday, September 16, 2004, 9:57:58 PM, fbsd_user wrote: f> My previous version php4-4.3.7-1 would accept the f> make -DWITH-MHASH install clean command. f> This new version does not compile in the mhash module. Please check f> this out see at /usr/ports/UPDATING 20040719: AFFECTS: users of PHP AUTHOR: ale@FreeBSD.org The old lang/php4 and lang/php5 ports have been splitted into 'base' PHP, PEAR, and shared extensions to allow more flexibility and add new features. Upgrading your current PHP installation will result in a 'base' PHP installation (no PEAR and no extensions). PEAR can be found in the new devel/php4-pear and devel/php5-pear ports, while the set of PHP extensions to install can be choosen via the meta-ports lang/php4-extensions and lang/php5-extensions, or installing singular extensions individually. If you have a previous php.ini configuration file, be sure to comment out the extension_dir parameter, since the correct path is statically compiled into the PHP binary. For an overview of the modules used with the old PHP binary, use the command "php -m". -- WBR, Anton v. Yuzhaninov