]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 7.4.0alpha3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Jul 2019 20:30:27 +0000 (23:30 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Jul 2019 20:55:46 +0000 (23:55 +0300)
php-nohttpd.patch
php.spec

index 8a68bc7eb26cd434a7220611ff7fc3e9e8447f19..8c5b05b819dd598c0e0b1e2a9e92d6d1a0a14a1a 100644 (file)
@@ -1,14 +1,11 @@
---- php-5.5.2/sapi/apache2handler/config.m4~   2013-08-15 23:42:04.000000000 +0300
-+++ php-5.5.2/sapi/apache2handler/config.m4    2013-08-18 15:13:02.728903161 +0300
-@@ -60,9 +60,9 @@
+--- php-7.4.0alpha3/sapi/apache2handler/config.m4~     2019-07-09 10:39:56.000000000 +0300
++++ php-7.4.0alpha3/sapi/apache2handler/config.m4      2019-07-14 23:54:57.845267916 +0300
+@@ -59,7 +59,7 @@
  
  
-   # Test that we're trying to configure with apache 2.x
+   dnl Test that we're trying to configure with apache 2.x
    PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
    PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
--  if test "$APACHE_VERSION" -le 2000000; then
-+  if test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -le 2000000; then
-     AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropriate switch --with-apxs (without the 2)])
--  elif test "$APACHE_VERSION" -lt 2000044; then
-+  elif test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -lt 2000044; then
+-  if test "$APACHE_VERSION" -lt 2000044; then
++  if test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -lt 2000044; then
      AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
    fi
  
      AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
    fi
  
index 4ab658a953c55a0952370f3f240e13066e759fa8..4e05cddbec32a5fc20396d6893ca27ea3c09c4d2 100644 (file)
--- a/php.spec
+++ b/php.spec
 %undefine      with_pdo_sqlite
 %endif
 
 %undefine      with_pdo_sqlite
 %endif
 
-%define                subver alpha2
+%define                subver alpha3
 %define                rel     1
 %define                orgname php
 %define                ver_suffix 74
 %define                rel     1
 %define                orgname php
 %define                ver_suffix 74
@@ -169,7 +169,7 @@ License:    PHP 3.01 and Zend and BSD
 Group:         Libraries
 #Source0:      https://php.net/distributions/%{orgname}-%{version}.tar.xz
 Source0:       https://downloads.php.net/~derick/php-%{version}%{subver}.tar.xz
 Group:         Libraries
 #Source0:      https://php.net/distributions/%{orgname}-%{version}.tar.xz
 Source0:       https://downloads.php.net/~derick/php-%{version}%{subver}.tar.xz
-# Source0-md5: b02bc5b54209274c22ba36d2679939c3
+# Source0-md5: 4981b9441688a53ea78a0e14c60bb8cc
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
This page took 0.057824 seconds and 4 git commands to generate.