From owner-freebsd-ports@FreeBSD.ORG Tue Dec 1 10:57:40 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 298C71065670 for ; Tue, 1 Dec 2009 10:57:40 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 68C468FC16 for ; Tue, 1 Dec 2009 10:57:38 +0000 (UTC) Received: (qmail 79685 invoked from network); 1 Dec 2009 10:57:35 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 1 Dec 2009 10:57:35 -0000 Message-ID: <4B14F69E.6040601@FreeBSD.org> Date: Tue, 01 Dec 2009 11:57:34 +0100 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Subject: [RFC] PHP 5.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 10:57:40 -0000 Hi All, the long awaited update to PHP 5.3 is ready! Here is the patchset to try before I'll commit it in the next week: http://www.alexdupre.com/php53.diff Removed ports: databases/php5-dbase graphics/php5-ming devel/php5-ncurses security/php5-mhash devel/php5-pcre devel/php5-spl Update instructions (choose one of them): 1) remove all php ports and all ports that depends on php, then reinstall your the php applications 2) deinstall the removed ports, then upgrade recursively the lang/php5 port To apply the patch (to a fresh ports tree): cd /usr/ports && patch -p0 -E ~/php53.diff Note: Zend decided to not support FreeBSD anymore, so a new ZendOptimizer release for php 5.3 will never be released. -- Alex Dupre