FreeBSD Bugzilla – Attachment 104652 Details for
Bug 144859
lang/php5: patch for php5-5.2.12 to solve some problems with apache-itk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 761 bytes, created by
tuupic
on 2010-03-18 17:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tuupic
Created:
2010-03-18 17:10:01 UTC
Size:
761 bytes
patch
obsolete
>--- sapi.old/apache2filter/config.m4 2010-03-19 00:48:55.000000000 +0800 >+++ sapi/apache2filter/config.m4 2010-03-19 00:50:53.000000000 +0800 >@@ -118,7 +118,7 @@ > ;; > esac > >- if test "$APXS_MPM" != "prefork"; then >+ if test "$APXS_MPM" != "itk" -a "$APXS_MPM" != "prefork" -a "$APXS_MPM" != "peruser"; then > PHP_BUILD_THREAD_SAFE > fi > AC_MSG_RESULT(yes) >--- sapi.old/apache2handler/config.m4 2010-03-19 00:48:56.000000000 +0800 >+++ sapi/apache2handler/config.m4 2010-03-19 00:51:13.000000000 +0800 >@@ -117,7 +117,7 @@ > ;; > esac > >- if test "$APXS_MPM" != "prefork"; then >+ if test "$APXS_MPM" != "itk" -a "$APXS_MPM" != "prefork" -a "$APXS_MPM" != "peruser"; then > PHP_BUILD_THREAD_SAFE > fi > AC_MSG_RESULT(yes)
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 144859
: 104652