FreeBSD Bugzilla – Attachment 105548 Details for
Bug 146044
[UPDATE] devel/ZendOptimizer support for lang/php52
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 497 bytes, created by
Svyatoslav Lempert
on 2010-04-25 20:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Svyatoslav Lempert
Created:
2010-04-25 20:10:02 UTC
Size:
497 bytes
patch
obsolete
>diff -rn -U 1 ZendOptimizer.old/Makefile ZendOptimizer/Makefile >--- ZendOptimizer.old/Makefile 2010-04-26 03:30:37.000000000 +0900 >+++ ZendOptimizer/Makefile 2010-04-26 03:35:37.000000000 +0900 >@@ -19,3 +19,4 @@ > USE_PHP= yes >-DEFAULT_PHP_VER=4 >+ >+# If lang/php5 (PHP 5.3 installed) ZendOptimizer does not work > IGNORE_WITH_PHP=5 >@@ -33,3 +34,9 @@ > >-ZEND_PATH= 4.4.x >+# Check for PHP version >+.if ${PHP_VER} == 4 >+ZEND_PATH= 4.4.x >+.endif >+.if ${PHP_VER} == 52 >+ZEND_PATH= 5.2.x >+.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 146044
: 105548