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

(-)lang/php5/Makefile (+2 lines)
Lines 102-109 Link Here
102
PKGMESSAGE=	${PKGDIR}/pkg-message.mod
102
PKGMESSAGE=	${PKGDIR}/pkg-message.mod
103
MODULENAME=	libphp5
103
MODULENAME=	libphp5
104
SHORTMODNAME=	php5
104
SHORTMODNAME=	php5
105
.if ! ${PORT_OPTIONS:MZTS}
105
WARNING=	"!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
106
WARNING=	"!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
106
.endif
107
.endif
108
.endif
107
109
108
.if ${PORT_OPTIONS:MEMBED}
110
.if ${PORT_OPTIONS:MEMBED}
109
PHP_SAPI+=	embed
111
PHP_SAPI+=	embed
(-)lang/php55/Makefile (+2 lines)
Lines 102-109 Link Here
102
PKGMESSAGE=	${PKGDIR}/pkg-message.mod
102
PKGMESSAGE=	${PKGDIR}/pkg-message.mod
103
MODULENAME=	libphp5
103
MODULENAME=	libphp5
104
SHORTMODNAME=	php5
104
SHORTMODNAME=	php5
105
.if ! ${PORT_OPTIONS:MZTS}
105
WARNING=	"!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
106
WARNING=	"!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!"
106
.endif
107
.endif
108
.endif
107
109
108
.if ${PORT_OPTIONS:MEMBED}
110
.if ${PORT_OPTIONS:MEMBED}
109
PHP_SAPI+=	embed
111
PHP_SAPI+=	embed

Return to bug 188285