From alex@thunder.alexdupre.com  Sat Feb  4 14:28:32 2006
Return-Path: <alex@thunder.alexdupre.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EE34816A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 14:28:32 +0000 (GMT)
	(envelope-from alex@thunder.alexdupre.com)
Received: from thunder.alexdupre.com (81-174-31-42.f5.ngi.it [81.174.31.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5144A43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 14:28:32 +0000 (GMT)
	(envelope-from alex@thunder.alexdupre.com)
Received: from thunder.alexdupre.com (localhost.alexdupre.com [127.0.0.1])
	by thunder.alexdupre.com (8.13.4/8.13.4) with ESMTP id k14ESVlA066697
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 4 Feb 2006 15:28:31 +0100 (CET)
	(envelope-from alex@thunder.alexdupre.com)
Received: (from alex@localhost)
	by thunder.alexdupre.com (8.13.4/8.13.4/Submit) id k14ESUDe066696;
	Sat, 4 Feb 2006 15:28:30 +0100 (CET)
	(envelope-from alex)
Message-Id: <200602041428.k14ESUDe066696@thunder.alexdupre.com>
Date: Sat, 4 Feb 2006 15:28:30 +0100 (CET)
From: Alex Dupre <ale@freebsd.org>
Reply-To: Alex Dupre <ale@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Change default PHP version from 4 to 5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92806
>Category:       ports
>Synopsis:       Change default PHP version from 4 to 5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 04 14:30:12 GMT 2006
>Closed-Date:    Fri Jun 16 04:55:51 GMT 2006
>Last-Modified:  Fri Jun 16 04:55:51 GMT 2006
>Originator:     Alex Dupre
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD thunder.alexdupre.com 6.0-STABLE FreeBSD 6.0-STABLE #2: Sun Jan 22 17:53:48 CET 2006 alex@thunder.alexdupre.com:/usr/obj/usr/src/sys/THUNDER i386


	
>Description:
PHP 5 has now reached the stability and speed of PHP 4, with many additional
features. We should change the default installed PHP version in bsd.php.mk.
Since 4 and 5 are quite different versions a full ports tree build is recommended
before the change could be committed.
	
>How-To-Repeat:
	
>Fix:

	

--- bsd.php.mk.diff begins here ---
Index: bsd.php.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.php.mk,v
retrieving revision 1.25
diff -u -r1.25 bsd.php.mk
--- bsd.php.mk	1 Feb 2006 07:18:46 -0000	1.25
+++ bsd.php.mk	4 Feb 2006 14:16:02 -0000
@@ -38,7 +38,7 @@
 .include "${LOCALBASE}/etc/php.conf"
 PHP_EXT_DIR!=	${LOCALBASE}/bin/php-config --extension-dir | ${SED} -ne 's,^${LOCALBASE}/lib/php/\(.*\),\1,p'
 .else
-DEFAULT_PHP_VER?=	4
+DEFAULT_PHP_VER?=	5
 
 PHP_VER?=	${DEFAULT_PHP_VER}
 .if ${PHP_VER} == 4
--- bsd.php.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: ale 
Responsible-Changed-When: Sat Feb 4 14:31:02 UTC 2006 
Responsible-Changed-Why:  
Waiting for test and approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92806 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:06:29 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92806 
State-Changed-From-To: analyzed->suspended 
State-Changed-By: kris 
State-Changed-When: Mon May 22 01:11:35 UTC 2006 
State-Changed-Why:  
The submitter was unavailable for fixing the problems that emerged 
during testing, so postpone this until a future build. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92806 
State-Changed-From-To: suspended->analyzed 
State-Changed-By: linimon 
State-Changed-When: Mon Jun 5 19:32:52 UTC 2006 
State-Changed-Why:  
Once again being tested on the cluster. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92806 
State-Changed-From-To: analyzed->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 16 04:55:43 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92806 
>Unformatted:
