diff options
Diffstat (limited to 'php-8.4.0-httpd.patch')
-rw-r--r-- | php-8.4.0-httpd.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/php-8.4.0-httpd.patch b/php-8.4.0-httpd.patch index d40b453..227468c 100644 --- a/php-8.4.0-httpd.patch +++ b/php-8.4.0-httpd.patch @@ -7,13 +7,13 @@ mod_php is build twice diff -up ./sapi/apache2handler/config.m4.mpmcheck ./sapi/apache2handler/config.m4 --- ./sapi/apache2handler/config.m4.mpmcheck 2024-07-03 15:56:56.882370597 +0200 +++ ./sapi/apache2handler/config.m4 2024-07-03 15:59:15.967824949 +0200 -@@ -106,11 +106,6 @@ if test "$PHP_APXS2" != "no"; then - [mod_php.c sapi_apache2.c apache_config.c php_functions.c], - [$APACHE_CFLAGS]) +@@ -120,11 +120,6 @@ if test "$PHP_APXS2" != "no"; then + -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 + ]) - AS_IF([$APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes' >/dev/null 2>&1], [ - APACHE_THREADED_MPM=yes -- PHP_BUILD_THREAD_SAFE +- enable_zts=yes - ], [APACHE_THREADED_MPM=no]) - AC_CONFIG_COMMANDS([apache2handler], [AS_VAR_IF([enable_zts], [yes],, |