FreeBSD Bugzilla – Attachment 178500 Details for
Bug 215759
Add PHP 7.1 framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
MK changes for PHP 7.1 introduction
php71-mk.diff (text/plain), 1.68 KB, created by
Torsten Zuehlsdorff
on 2017-01-04 10:55:07 UTC
(
hide
)
Description:
MK changes for PHP 7.1 introduction
Filename:
MIME Type:
Creator:
Torsten Zuehlsdorff
Created:
2017-01-04 10:55:07 UTC
Size:
1.68 KB
patch
obsolete
>Index: Mk/Uses/php.mk >=================================================================== >--- Mk/Uses/php.mk (Revision 430546) >+++ Mk/Uses/php.mk (Arbeitskopie) >@@ -102,7 +102,10 @@ > # When adding a version, please keep the comment in > # Mk/bsd.default-versions.mk in sync. > PHP_VER?= ${DEFAULT_PHP_VER} >-. if ${PHP_VER} == 70 >+. if ${PHP_VER} == 71 >+PHP_EXT_DIR= 20160303 >+PHP_EXT_INC= pcre spl >+. elif ${PHP_VER} == 70 > PHP_EXT_DIR= 20151012 > PHP_EXT_INC= pcre spl > . elif ${PHP_VER} == 56 >@@ -298,9 +301,12 @@ > # version specific components > _USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct > _USE_PHP_VER70= ${_USE_PHP_ALL} >+_USE_PHP_VER71= ${_USE_PHP_ALL} > > bcmath_DEPENDS= math/php${PHP_VER}-bcmath >-. if ${PHP_VER} == 70 >+. if ${PHP_VER} == 71 >+bitset_DEPENDS= math/pecl-bitset >+. elif ${PHP_VER} == 70 > bitset_DEPENDS= math/pecl-bitset > . else > bitset_DEPENDS= math/pecl-bitset2 >@@ -325,7 +331,9 @@ > igbinary_DEPENDS= converters/pecl-igbinary > imap_DEPENDS= mail/php${PHP_VER}-imap > interbase_DEPENDS= databases/php${PHP_VER}-interbase >-. if ${PHP_VER} == 70 >+. if ${PHP_VER} == 71 >+intl_DEPENDS= devel/php${PHP_VER}-intl >+. elif ${PHP_VER} == 70 > intl_DEPENDS= devel/php${PHP_VER}-intl > . else > intl_DEPENDS= devel/pecl-intl >Index: Mk/bsd.default-versions.mk >=================================================================== >--- Mk/bsd.default-versions.mk (Revision 430546) >+++ Mk/bsd.default-versions.mk (Arbeitskopie) >@@ -68,7 +68,7 @@ > .endif > # Possible values: 9.2, 9.3, 9.4, 9.5, 9.6 > PGSQL_DEFAULT?= 9.3 >-# Possible values: 5.6, 7.0 >+# Possible values: 5.6, 7.0, 7.1 > PHP_DEFAULT?= 5.6 > # Possible values: 2.7, 3.3, 3.4, 3.5, 3.6 > PYTHON_DEFAULT?= 2.7
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215759
: 178500