FreeBSD Bugzilla – Attachment 81326 Details for
Bug 116472
[PATCH] lang/php5: Add inline optimization KNOB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
php5-5.2.4.patch
php5-5.2.4.patch (text/plain), 886 bytes, created by
chinsan
on 2007-09-19 18:00:07 UTC
(
hide
)
Description:
php5-5.2.4.patch
Filename:
MIME Type:
Creator:
chinsan
Created:
2007-09-19 18:00:07 UTC
Size:
886 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/lang/php5/Makefile /home/chinsan/projects/php5/Makefile >--- /usr/ports/lang/php5/Makefile 2007-09-15 23:45:54.000000000 +0800 >+++ /home/chinsan/projects/php5/Makefile 2007-09-20 00:49:05.000000000 +0800 >@@ -41,6 +41,7 @@ > SUHOSIN "Enable Suhosin protection system (not for jails)" on \ > MULTIBYTE "Enable zend multibyte support" off \ > IPV6 "Enable ipv6 support" on \ >+ INLINE "Enable inline optimization" on \ > MAILHEAD "Enable mail header patch" off \ > REDIRECT "Enable force-cgi-redirect support (CGI only)" off \ > DISCARD "Enable discard-path support (CGI only)" off \ >@@ -148,6 +149,10 @@ > CONFIGURE_ARGS+=--disable-ipv6 > .endif > >+.if defined(WITH_INLINE) >+CONFIGURE_ARGS+=--enable-inline-optimization >+.endif >+ > post-patch: > @${TOUCH} ${WRKSRC}/ext/php_config.h > @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*
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 116472
: 81326