From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 12:54:35 2005 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 BC1E616A4CE for ; Tue, 1 Feb 2005 12:54:35 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291AD43D2D for ; Tue, 1 Feb 2005 12:54:35 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so1013966rne for ; Tue, 01 Feb 2005 04:54:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jBss1vJpnqaw8I+NuUqj7ZaFpPvpPTn7IJM1e9Vu4DVOKde5Oh6d16v+cCpiwcA3JfYtb4o81P14PhYrUM0LCTJN1wjaKeKpN4vigLe9nJV4x67MrZ2dJcDI+vIQNE0ZUdsGsOs7HLLV+4uQVIMaa94ELcAQFWYTZjt+8tNRXJA= Received: by 10.38.9.54 with SMTP id 54mr162810rni; Tue, 01 Feb 2005 04:54:31 -0800 (PST) Received: by 10.38.74.23 with HTTP; Tue, 1 Feb 2005 04:54:30 -0800 (PST) Message-ID: Date: Tue, 1 Feb 2005 13:54:30 +0100 From: Gert Cuykens To: Kevin Kinsey In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41FF6C4E.4090803@daleco.biz> cc: freebsd-questions@freebsd.org Subject: Re: php mbstring X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 12:54:35 -0000 On Tue, 1 Feb 2005 13:44:00 +0100, Gert Cuykens wrote: > On Tue, 01 Feb 2005 05:47:26 -0600, Kevin Kinsey wrote: > > Gert Cuykens wrote: > > > > >The mbstring PHP extension was not found and you seem to be using > > >multibyte charset. Without mbstring extension phpMyAdmin is unable to > > >split strings correctly and it may result in unexpected results. > > > > > >So how do you do that ? > > > > > > > > > > PHP extensions are now seperate from PHP itself, see entry > > "20040719" in /usr/ports/UPDATING. > > > > Kevin Kinsey > > > > I did not even now they used to be toghether :) > so i gues i need this one ? /usr/ports/lang/php5/work/php-5.0.3/ext/mbstring did it not get compiled together with php 5.0.3 ? how do i install it, no make file only source code ?