FreeBSD Bugzilla – Attachment 117031 Details for
Bug 159084
lang/php5 sapi/embed extension library libphp5.so
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.19 KB, created by
Peter
on 2011-07-21 13:30:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter
Created:
2011-07-21 13:30:08 UTC
Size:
1.19 KB
patch
obsolete
>--- Makefile.old 2011-07-15 21:08:21.000000000 +0400 >+++ Makefile 2011-07-15 20:49:01.000000000 +0400 >@@ -48,7 +48,8 @@ > MULTIBYTE "Enable zend multibyte support" off \ > IPV6 "Enable ipv6 support" on \ > MAILHEAD "Enable mail header patch" off \ >- LINKTHR "Link thread lib (for threaded extensions)" off >+ LINKTHR "Link thread lib (for threaded extensions)" off \ >+ EMBED "Build library for embedding (experimental)" off > > CONFLICTS= php4-4* php5-pcre-* php5-spl-* > >@@ -83,6 +84,14 @@ > CONFIGURE_ARGS+=--disable-cli > .endif > >+.if defined(WITH_EMBED) >+PHP_SAPI+= embed >+CONFIGURE_ARGS+=--enable-embed=shared >+PLIST_SUB+= EMBED="" >+.else >+PLIST_SUB+= EMBED="@comment " >+.endif >+ > .if !defined(WITHOUT_CGI) > PHP_SAPI+= cgi > PLIST_SUB+= CGI="" >@@ -192,6 +201,9 @@ > .if defined(WITH_FPM) > @${CP} -n ${PREFIX}/etc/php-fpm.conf.default ${PREFIX}/etc/php-fpm.conf > .endif >+.if defined(WITH_EMBED) >+ @(cd ${WRKSRC} && ${MAKE} install-sapi) >+.endif > .if defined(WITH_APACHE) > @${CAT} ${PKGMESSAGE} > .endif >--- pkg-plist.old 2011-07-15 20:45:38.000000000 +0400 >+++ pkg-plist 2011-07-15 21:06:43.000000000 +0400 >@@ -1,4 +1,5 @@ > %%CLI%%bin/php >+%%EMBED%%lib/libphp5.so > %%CGI%%bin/php-cgi > bin/php-config > bin/phpize
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 159084
: 117031