FreeBSD Bugzilla – Attachment 81327 Details for
Bug 116473
[PATCH] lang/php4: Add inline optimization KNOB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
php4-4.4.7_1.patch
php4-4.4.7_1.patch (text/plain), 886 bytes, created by
chinsan
on 2007-09-19 18:10:00 UTC
(
hide
)
Description:
php4-4.4.7_1.patch
Filename:
MIME Type:
Creator:
chinsan
Created:
2007-09-19 18:10:00 UTC
Size:
886 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/lang/php4/Makefile /home/chinsan/projects/php4/Makefile >--- /usr/ports/lang/php4/Makefile 2007-07-28 15:42:04.000000000 +0800 >+++ /home/chinsan/projects/php4/Makefile 2007-09-20 00:55:40.000000000 +0800 >@@ -40,6 +40,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 \ >@@ -154,6 +155,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 116473
: 81327