From owner-freebsd-ports@FreeBSD.ORG Tue Aug 13 14:30:05 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0502920B for ; Tue, 13 Aug 2013 14:30:05 +0000 (UTC) (envelope-from goran.lowkrantz@ismobile.com) Received: from mail.ismobile.com (mail.ismobile.com [176.57.193.164]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADB8C2AA5 for ; Tue, 13 Aug 2013 14:30:04 +0000 (UTC) Received: from mail.ismobile.com (localhost [127.0.0.1]) by dkim.mail.ismobile.com (Postfix) with ESMTP id 1BA8D2B549D; Tue, 13 Aug 2013 14:30:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ismobile.com; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=selector1; bh=lWZ2wAv m+XouaU4BS5FyOXNsgzI=; b=SkgaXRa+ocdXfNibEsB5gBwfI8W7i4Fqgjqp/6z 6xJOHvvOwlxFCfi1v8HjQtM9PAbknNu+Uz8D02/4H8Rfm/v1OA0srjBYKL5F+A2m l4lDyqCa2CMUdgDus6dCwiNZENZdbM/uvau6N5QyE8EbC99K9Mw45g/C3QLz7wer fwsc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=ismobile.com; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=selector1; b=M VQ3aWoiVnBXC2jHytLIEnacw6ojcFjlRs3Bov79sO3io6kmwPGhbzX7EW41mCL1M JwslKcQuY0FtBkL/zRwUWeB+zgNQqyhuU20uN2LeEkkvvHdUtKQtdLn3pamUHI6r sZ3ZB4gnCmCW0EIi5oqVsRs5jRhW4MUJaDqsSxJofs= Received: from [172.16.2.61] (glz-macbookpro.hq.ismobile.com [172.16.2.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ismobile.com (Postfix) with ESMTPSA id 078AC2B549C; Tue, 13 Aug 2013 14:30:02 +0000 (UTC) Date: Tue, 13 Aug 2013 16:30:01 +0200 From: =?UTF-8?Q?G=C3=B6ran_L=C3=B6wkrantz?= To: Adam Weinberger Subject: Re: Testing help for squirrelmail with php 5.4 please Message-ID: <4DD05B8143A5B969C2BC73FB@[172.16.2.61]> In-Reply-To: <50e815a526a4afbe76f15de7106496c0@mail.adamw.org> References: <50e815a526a4afbe76f15de7106496c0@mail.adamw.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 14:30:05 -0000 --On August 13, 2013 10:02:46 -0400 Adam Weinberger wrote: > Hi everyone. php-5.3 is approaching EOL, and squirrelmail support for 5.4 > isn't official. > > There have been patches in squirrelmail SVN against their HEAD, but they > don't apply cleanly against the 1.4.22 release. We can't put a snapshot > in ports, as they only live on the master site for 1 day. I have what I > think is support for php-5.4, but I have no way of testing it in a live > environment. > > If anybody is interested in testing it this would be a huge help to me. > Please see > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176225 > and the patch at > http://people.freebsd.org/~adamw/patches/sm-specialchars.patch > > That will hopefully provide php-5.4 support. php-5.5 support is in the > SVN tree but I want to do 5.4 support first. > > Thanks in advance for any help you can give! > ># Adam > > > -- > Adam Weinberger > adamw@adamw.org / adamw@FreeBSD.org > http://www.adamw.org Hi Adam, if I apply he substitution to functions/global.php I get a blank login screen. Restoring that file to using htmlspecialchars give me a working installation. Also, is the substitution required in the plugins too? /glz