|
Lines 41-46
Link Here
|
| 41 |
SUHOSIN "Enable Suhosin protection system (not for jails)" on \ |
41 |
SUHOSIN "Enable Suhosin protection system (not for jails)" on \ |
| 42 |
MULTIBYTE "Enable zend multibyte support" off \ |
42 |
MULTIBYTE "Enable zend multibyte support" off \ |
| 43 |
IPV6 "Enable ipv6 support" on \ |
43 |
IPV6 "Enable ipv6 support" on \ |
|
|
44 |
INLINE "Enable inline optimization" on \ |
| 44 |
MAILHEAD "Enable mail header patch" off \ |
45 |
MAILHEAD "Enable mail header patch" off \ |
| 45 |
REDIRECT "Enable force-cgi-redirect support (CGI only)" off \ |
46 |
REDIRECT "Enable force-cgi-redirect support (CGI only)" off \ |
| 46 |
DISCARD "Enable discard-path support (CGI only)" off \ |
47 |
DISCARD "Enable discard-path support (CGI only)" off \ |
|
Lines 148-153
Link Here
|
| 148 |
CONFIGURE_ARGS+=--disable-ipv6 |
149 |
CONFIGURE_ARGS+=--disable-ipv6 |
| 149 |
.endif |
150 |
.endif |
| 150 |
|
151 |
|
|
|
152 |
.if defined(WITH_INLINE) |
| 153 |
CONFIGURE_ARGS+=--enable-inline-optimization |
| 154 |
.endif |
| 155 |
|
| 151 |
post-patch: |
156 |
post-patch: |
| 152 |
@${TOUCH} ${WRKSRC}/ext/php_config.h |
157 |
@${TOUCH} ${WRKSRC}/ext/php_config.h |
| 153 |
@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* |
158 |
@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* |