mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Disable ZTS for Apache MPM-ITK for Zend Optimizer
PR: 147075 Submitted by: Kuzma Bukin <kuzma.bukin@gmail.com> Approved by: maintainer
This commit is contained in:
parent
dec0c90749
commit
545f989b2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255827
2 changed files with 16 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= php52
|
||||
PORTVERSION= 5.2.13
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= ${MASTER_SITE_PHP}
|
||||
MASTER_SITE_SUBDIR= distributions
|
||||
|
|
15
lang/php52/files/patch-sapi-apache2handler_config.m4
Normal file
15
lang/php52/files/patch-sapi-apache2handler_config.m4
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
--- sapi/apache2handler/config.m4.old 2010-03-18 14:52:27.000000000 +0000
|
||||
+++ sapi/apache2handler/config.m4 2010-03-18 14:52:56.000000000 +0000
|
||||
@@ -117,7 +117,7 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
- if test "$APXS_MPM" != "prefork"; then
|
||||
+ if test "$APXS_MPM" != "itk" -a "$APXS_MPM" != "prefork"; then
|
||||
PHP_BUILD_THREAD_SAFE
|
||||
fi
|
||||
AC_MSG_RESULT(yes)
|
||||
~
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue