Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/php.mk
| Show First 20 Lines • Show All 202 Lines • ▼ Show 20 Lines | |||||
| PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts | PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts | ||||
| . endif | . endif | ||||
| . elif defined(APACHE_PORT) && (${APACHE_PORT:M*worker*} != "" || ${APACHE_PORT:M*event*} != "") | . elif defined(APACHE_PORT) && (${APACHE_PORT:M*worker*} != "" || ${APACHE_PORT:M*event*} != "") | ||||
| PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts | PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts | ||||
| . elif defined(WITH_MPM) && (${WITH_MPM} == "worker" || ${WITH_MPM} == "event") | . elif defined(WITH_MPM) && (${WITH_MPM} == "worker" || ${WITH_MPM} == "event") | ||||
| PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts | PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts | ||||
| . endif | . endif | ||||
| . if defined(WITH_DEBUG) | . if defined(_WITH_DEBUG) | ||||
| PHP_EXT_DIR:= ${PHP_EXT_DIR}-debug | PHP_EXT_DIR:= ${PHP_EXT_DIR}-debug | ||||
| . endif | . endif | ||||
| PHP_SAPI?= "" | PHP_SAPI?= "" | ||||
| . endif # empty(PHP_EXT_DIR) || empty(PHP_EXT_INC) || (${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]}) | . endif # empty(PHP_EXT_DIR) || empty(PHP_EXT_INC) || (${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]}) | ||||
| # Set a few PKGNAME(PRE|SUF)FIX to be used in ports. | # Set a few PKGNAME(PRE|SUF)FIX to be used in ports. | ||||
| PHP_PKGNAMEPREFIX= php${PHP_VER}- | PHP_PKGNAMEPREFIX= php${PHP_VER}- | ||||
| PHP_PKGNAMESUFFIX= -php${PHP_VER} | PHP_PKGNAMESUFFIX= -php${PHP_VER} | ||||
| ▲ Show 20 Lines • Show All 252 Lines • Show Last 20 Lines | |||||