|
Lines 49-54
Link Here
|
| 49 |
PHP_EXT_DIR= 20041030 |
49 |
PHP_EXT_DIR= 20041030 |
| 50 |
.endif |
50 |
.endif |
| 51 |
.if exists(${LOCALBASE}/include/apache2/httpd.h) |
51 |
.if exists(${LOCALBASE}/include/apache2/httpd.h) |
|
|
52 |
APXS?= ${LOCALBASE}/sbin/apxs |
| 52 |
APACHE_MPM!= ${APXS} -q MPM_NAME |
53 |
APACHE_MPM!= ${APXS} -q MPM_NAME |
| 53 |
.if ${APACHE_MPM} == "worker" |
54 |
.if ${APACHE_MPM} == "worker" |
| 54 |
PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts |
55 |
PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts |