View | Details | Raw Unified | Return to bug 215759
Collapse All | Expand All

(-)Mk/Uses/php.mk (-3 / +11 lines)
Lines 102-108 Link Here
102
# When adding a version, please keep the comment in
102
# When adding a version, please keep the comment in
103
# Mk/bsd.default-versions.mk in sync.
103
# Mk/bsd.default-versions.mk in sync.
104
PHP_VER?=	${DEFAULT_PHP_VER}
104
PHP_VER?=	${DEFAULT_PHP_VER}
105
.    if ${PHP_VER} == 70
105
.    if ${PHP_VER} == 71
106
PHP_EXT_DIR=   20160303
107
PHP_EXT_INC=    pcre spl
108
.    elif ${PHP_VER} == 70
106
PHP_EXT_DIR=   20151012
109
PHP_EXT_DIR=   20151012
107
PHP_EXT_INC=    pcre spl
110
PHP_EXT_INC=    pcre spl
108
.    elif ${PHP_VER} == 56
111
.    elif ${PHP_VER} == 56
Lines 298-306 Link Here
298
# version specific components
301
# version specific components
299
_USE_PHP_VER56=	${_USE_PHP_ALL} mssql mysql sybase_ct
302
_USE_PHP_VER56=	${_USE_PHP_ALL} mssql mysql sybase_ct
300
_USE_PHP_VER70=	${_USE_PHP_ALL}
303
_USE_PHP_VER70=	${_USE_PHP_ALL}
304
_USE_PHP_VER71=	${_USE_PHP_ALL}
301
305
302
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
306
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
303
.    if ${PHP_VER} == 70
307
.    if ${PHP_VER} == 71
308
bitset_DEPENDS= math/pecl-bitset
309
.    elif ${PHP_VER} == 70
304
bitset_DEPENDS=	math/pecl-bitset
310
bitset_DEPENDS=	math/pecl-bitset
305
.    else
311
.    else
306
bitset_DEPENDS=	math/pecl-bitset2
312
bitset_DEPENDS=	math/pecl-bitset2
Lines 325-331 Link Here
325
igbinary_DEPENDS=	converters/pecl-igbinary
331
igbinary_DEPENDS=	converters/pecl-igbinary
326
imap_DEPENDS=	mail/php${PHP_VER}-imap
332
imap_DEPENDS=	mail/php${PHP_VER}-imap
327
interbase_DEPENDS=	databases/php${PHP_VER}-interbase
333
interbase_DEPENDS=	databases/php${PHP_VER}-interbase
328
.    if ${PHP_VER} == 70
334
.    if ${PHP_VER} == 71
335
intl_DEPENDS=   devel/php${PHP_VER}-intl
336
.    elif ${PHP_VER} == 70
329
intl_DEPENDS=	devel/php${PHP_VER}-intl
337
intl_DEPENDS=	devel/php${PHP_VER}-intl
330
.    else
338
.    else
331
intl_DEPENDS=	devel/pecl-intl
339
intl_DEPENDS=	devel/pecl-intl
(-)Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 68-74 Link Here
68
.endif
68
.endif
69
# Possible values: 9.2, 9.3, 9.4, 9.5, 9.6
69
# Possible values: 9.2, 9.3, 9.4, 9.5, 9.6
70
PGSQL_DEFAULT?=		9.3
70
PGSQL_DEFAULT?=		9.3
71
# Possible values: 5.6, 7.0
71
# Possible values: 5.6, 7.0, 7.1
72
PHP_DEFAULT?=		5.6
72
PHP_DEFAULT?=		5.6
73
# Possible values: 2.7, 3.3, 3.4, 3.5, 3.6
73
# Possible values: 2.7, 3.3, 3.4, 3.5, 3.6
74
PYTHON_DEFAULT?=	2.7
74
PYTHON_DEFAULT?=	2.7

Return to bug 215759