]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 7.0.0RC3
authorElan Ruusamäe <glen@delfi.ee>
Sun, 20 Sep 2015 18:27:24 +0000 (21:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 20 Sep 2015 18:27:24 +0000 (21:27 +0300)
php-ini.patch
php.spec

index b7eb813cea4a4e61b8e391bcd6df3e23206e2a41..51709d2be08169935f9b706ba73538d465103ed7 100644 (file)
@@ -1,5 +1,5 @@
---- php-7.0.0beta2/php.ini~    2015-07-29 21:59:24.000000000 +0300
-+++ php-7.0.0beta2/php.ini     2015-07-29 22:45:17.116355242 +0300
+--- php-7.0.0RC3/php.ini~      2015-09-20 21:20:29.000000000 +0300
++++ php-7.0.0RC3/php.ini       2015-09-20 21:25:50.349958427 +0300
 @@ -82,6 +82,20 @@
  ; much more verbose when it comes to errors. We recommending using the
  ; development version only in development environments as errors shown to
 -;extension=php_pgsql.dll
 -;extension=php_shmop.dll
 -
--; The MIBS data available in the PHP distribution must be installed. 
--; See http://www.php.net/manual/en/snmp.installation.php 
+-; The MIBS data available in the PHP distribution must be installed.
+-; See http://www.php.net/manual/en/snmp.installation.php
 -;extension=php_snmp.dll
 -
 -;extension=php_soap.dll
 -;extension=php_tidy.dll
 -;extension=php_xmlrpc.dll
 -;extension=php_xsl.dll
-+; Ideally in PLD Linux you should install appropriate php7.0-<extension> or
-+; php7.0-pecl-<extension> package.
++; Ideally in PLD Linux you should install appropriate php70-<extension> or
++; php70-pecl-<extension> package.
  
  ;;;;;;;;;;;;;;;;;;;
  ; Module Settings ;
index 6d4d71c876d3d20560cdf1848c69b7d3d4e12ec7..3672ac1560b4ab0675ec72173aedea781125b4b5 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -130,7 +130,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 
 %define                rel     0.3
-%define                subver  RC1
+%define                subver  RC3
 %define                orgname php
 %define                ver_suffix 70
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -151,7 +151,7 @@ License:    PHP 3.01 and Zend and BSD
 Group:         Libraries
 #Source0:      http://www.php.net/distributions/%{orgname}-%{version}.tar.xz
 Source0:       https://downloads.php.net/~ab/php-%{version}%{subver}.tar.xz
-# Source0-md5: 4ee82dbebd3771d8451bbfb540df1523
+# Source0-md5: 8ee634c37dabd88562e2d3ff978cfbe1
 Source2:       %{orgname}-mod_%{orgname}.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source4:       %{orgname}-apache.ini
This page took 0.58911 seconds and 4 git commands to generate.