]> git.pld-linux.org Git - packages/php.git/blame_incremental - php-nohttpd.patch
up to 8.3.8 (fixes CVE-2024-4577 CVE-2024-5458 CVE-2024-5585)
[packages/php.git] / php-nohttpd.patch
... / ...
CommitLineData
1--- php-7.4.0alpha3/sapi/apache2handler/config.m4~ 2019-07-09 10:39:56.000000000 +0300
2+++ php-7.4.0alpha3/sapi/apache2handler/config.m4 2019-07-14 23:54:57.845267916 +0300
3@@ -59,7 +59,7 @@
4
5 dnl Test that we're trying to configure with apache 2.x
6 PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
7- if test "$APACHE_VERSION" -lt 2000044; then
8+ if test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -lt 2000044; then
9 AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
10 fi
11
This page took 0.029128 seconds and 5 git commands to generate.