]> git.pld-linux.org Git - packages/php.git/blame_incremental - php-nohttpd.patch
up to 8.2.11
[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.042865 seconds and 4 git commands to generate.