FreeBSD Bugzilla – Attachment 135290 Details for
Bug 180125
[patch] add ZTS option to lang/php5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 925 bytes, created by
r4721@tormail.org
on 2013-06-30 16:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
r4721@tormail.org
Created:
2013-06-30 16:30:00 UTC
Size:
925 bytes
patch
obsolete
>Index: lang/php5/Makefile >=================================================================== >--- lang/php5/Makefile (revision 322037) >+++ lang/php5/Makefile (working copy) >@@ -38,7 +38,7 @@ > > USE_GNOME= libxml2 > >-OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR >+OPTIONS_DEFINE= CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS > OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR > > CLI_DESC= Build CLI version >@@ -52,6 +52,7 @@ > IPV6_DESC= Enable ipv6 support > MAILHEAD_DESC= Enable mail header patch > LINKTHR_DESC= Link thread lib (for threaded extensions) >+ZTS_DESC= Zend thread safety (for extension development) > > CONFLICTS= php52-5* php53-5* > >@@ -150,6 +151,10 @@ > CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_LIBS}" > .endif > >+.if ${PORT_OPTIONS:MZTS} >+CONFIGURE_ARGS+=--enable-maintainer-zts >+.endif >+ > .if ${PORT_OPTIONS:MDEBUG} > CONFIGURE_ARGS+=--enable-debug > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180125
: 135290