From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 12:59:51 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 F298416A4CE for ; Tue, 1 Feb 2005 12:59:50 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5E843D39 for ; Tue, 1 Feb 2005 12:59:47 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so1014692rne for ; Tue, 01 Feb 2005 04:59:44 -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=TcgEGEGXldYrJbfhlIXr8sbH7I+zhoONlz1Oo5DLJ+rdzVJwHP/iZDDZbymlOzuBZxu5sdfofZ2V+cig47/do36922Vjdkn5jR5WPk2zEAWGbmW9WGx7t34ica3G7IEyxSoR/mcTHvUc9/QxRlsWoFRjutVZSgXTyd4+9pIx3rQ= Received: by 10.38.151.7 with SMTP id y7mr31193rnd; Tue, 01 Feb 2005 04:59:44 -0800 (PST) Received: by 10.38.74.23 with HTTP; Tue, 1 Feb 2005 04:59:44 -0800 (PST) Message-ID: Date: Tue, 1 Feb 2005 13:59:44 +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:59:51 -0000 On Tue, 1 Feb 2005 13:54:30 +0100, Gert Cuykens wrote: > 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 ? > never mind i think i found what i need /usr/ports/converters/php5-mbstring/