]> git.pld-linux.org Git - packages/php.git/blame - php-nohttpd.patch
- up to 8.0.7; soname to reflect that this is php 8
[packages/php.git] / php-nohttpd.patch
CommitLineData
1b0fa114
ER
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 @@
c0240cb1 4
1b0fa114 5 dnl Test that we're trying to configure with apache 2.x
c0240cb1 6 PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
1b0fa114
ER
7- if test "$APACHE_VERSION" -lt 2000044; then
8+ if test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -lt 2000044; then
c0240cb1 9 AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
10 fi
11
This page took 0.130311 seconds and 4 git commands to generate.