From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 12:44:02 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 059C516A4CE for ; Tue, 1 Feb 2005 12:44:02 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FEF43D1F for ; Tue, 1 Feb 2005 12:44:01 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so1012674rne for ; Tue, 01 Feb 2005 04:44:01 -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=X6E6KNFsAftUUKD1GiGgHhqdlPjjgwhBjSxVzTz0c6EWwkRn0eT1zzUsv1o1JEPQljujZMmudaCRh3FTQXYNJD/vR/0Kz/lVlJBmYzH0oPoFEzWhy+cpGvoXJqQN/jruCqwStirPTDIiAhUHFyJL49tPUMxeK8903pwXH+RgQGg= Received: by 10.38.76.74 with SMTP id y74mr94525rna; Tue, 01 Feb 2005 04:44:00 -0800 (PST) Received: by 10.38.74.23 with HTTP; Tue, 1 Feb 2005 04:44:00 -0800 (PST) Message-ID: Date: Tue, 1 Feb 2005 13:44:00 +0100 From: Gert Cuykens To: Kevin Kinsey In-Reply-To: <41FF6C4E.4090803@daleco.biz> 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:44:02 -0000 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 :)