]> git.pld-linux.org Git - packages/php.git/blob - php-nohttpd.patch
- up to 8.0.7; soname to reflect that this is php 8
[packages/php.git] / php-nohttpd.patch
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.087848 seconds and 3 git commands to generate.