ports/108917: [PATCH] lang/php5-extensions: JSON extension was added with PHP 5.2.0 and enabled by default

chinsan chinsan at FreeBSD.org
Thu Feb 8 03:00:40 UTC 2007


>Number:         108917
>Category:       ports
>Synopsis:       [PATCH] lang/php5-extensions: JSON extension was added with PHP 5.2.0 and enabled by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 08 03:00:33 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:
- JSON extension was added with PHP 5.2.0 and enabled by default

Port maintainer (ale at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- php5-extensions-1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/php5-extensions/Makefile /usr/home/chinsan/project/lang/php5-extensions/Makefile
--- /usr/ports/lang/php5-extensions/Makefile	Sun Dec  3 12:45:35 2006
+++ /usr/home/chinsan/project/lang/php5-extensions/Makefile	Thu Feb  8 10:39:31 2007
@@ -26,6 +26,7 @@
 WITH_DOM=	yes
 WITH_HASH=	yes
 WITH_ICONV=	yes
+WITH_JSON=	yes
 WITH_PCRE=	yes
 WITH_PDO=	yes
 WITH_POSIX=	yes
@@ -56,6 +57,7 @@
 		ICONV           "iconv support" on \
 		IMAP            "IMAP support" off \
 		INTERBASE       "Interbase 6 database support (Firebird)" off \
+		JSON		"JavaScript Object Notation" on \
 		LDAP            "OpenLDAP support" off \
 		MBSTRING        "multibyte string support" off \
 		MCRYPT          "Encryption support" off \
@@ -109,7 +111,7 @@
 
 ALL_OPTIONS=	BCMATH BZ2 CALENDAR CTYPE CURL DBA DBASE \
 		DOM EXIF FILEINFO FRIBIDI FTP GD GETTEXT \
-		GMP ICONV IMAP INTERBASE LDAP MBSTRING MCRYPT \
+		GMP ICONV IMAP INTERBASE JSON LDAP MBSTRING MCRYPT \
 		MHASH MIME_MAGIC MING MSSQL MYSQL MYSQLI \
 		NCURSES ODBC OPENSSL PCNTL PCRE PDF PDO PGSQL POSIX \
 		PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \
--- php5-extensions-1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list