summaryrefslogtreecommitdiffstats
path: root/php-7.4.0-httpd.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 16:50:39 +0200
committerRemi Collet <remi@php.net>2024-07-03 16:50:39 +0200
commit0710a637220022e39dec30ecc856ac71c7882dd0 (patch)
tree46cf0a85dd61acd006925b521aac9fa2f5e10504 /php-7.4.0-httpd.patch
parent6f35cdb5bbd4a88c10617bbda37bcb37f96a4fbd (diff)
Update to 8.4.0alpha1
drop imap, pspell, oci8 and pdo_oci extensions
Diffstat (limited to 'php-7.4.0-httpd.patch')
-rw-r--r--php-7.4.0-httpd.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/php-7.4.0-httpd.patch b/php-7.4.0-httpd.patch
deleted file mode 100644
index 34f7c8a..0000000
--- a/php-7.4.0-httpd.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Disable MPM detection
-
-mod_php is build twice
-- as NTS without option
-- as ZTS using --enable-maintainer-zts
-
-diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4
---- a/sapi/apache2handler/config.m4
-+++ b/sapi/apache2handler/config.m4
-@@ -105,17 +105,6 @@ if test "$PHP_APXS2" != "no"; then
- ;;
- esac
-
-- if test "$APACHE_VERSION" -lt 2004001; then
-- APXS_MPM=`$APXS -q MPM_NAME`
-- if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then
-- PHP_BUILD_THREAD_SAFE
-- fi
-- else
-- APACHE_THREADED_MPM=`$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes'`
-- if test -n "$APACHE_THREADED_MPM"; then
-- PHP_BUILD_THREAD_SAFE
-- fi
-- fi
- AC_MSG_RESULT(yes)
- PHP_SUBST(APXS)
- else