]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 7.0.0beta2, builds without opcache
authorElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jul 2015 21:12:52 +0000 (00:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jul 2015 21:12:52 +0000 (00:12 +0300)
php-ini.patch
php.spec

index 8931ab40afaa52b6ff2a8aeb9ce1744a309fac91..b7eb813cea4a4e61b8e391bcd6df3e23206e2a41 100644 (file)
@@ -1,5 +1,5 @@
---- php-7.0.0beta1/php.ini~    2015-07-13 16:12:28.000000000 +0300
-+++ php-7.0.0beta1/php.ini     2015-07-13 16:13:25.566494326 +0300
+--- 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
 @@ -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
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -825,47 +825,8 @@
+@@ -825,46 +825,8 @@
  ; If you only provide the name of the extension, PHP will look for it in its
  ; default extension directory.
  ;
 -;extension=php_pdo_pgsql.dll
 -;extension=php_pdo_sqlite.dll
 -;extension=php_pgsql.dll
--;extension=php_pspell.dll
 -;extension=php_shmop.dll
 -
 -; The MIBS data available in the PHP distribution must be installed. 
index 920e2641eecdfd2f5524178c42f34d30c72601c7..2dd0ec4d31e755788da3d09ee3ef3a0853de7ac2 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -131,7 +131,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 
 %define                rel     0.2
-%define                subver  beta1
+%define                subver  beta2
 %define                orgname php
 %define                ver_suffix 70
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -152,7 +152,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: e18aaad357f7bb8e416c300d64625fb8
+# Source0-md5: e1f311a953413508fd16651e32236fce
 Source2:       %{orgname}-mod_%{orgname}.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source4:       %{orgname}-apache.ini
@@ -313,7 +313,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                pharver         2.0.2
 %define                sqlite3ver      0.7-dev
 %define                zipver          1.13.0dev
-%define                phpdbgver       0.4.0
+%define                phpdbgver       0.5.0
 
 %define                _zend_zts               %{!?with_zts:0}%{?with_zts:1}
 %define                php_debug               %{!?debug:0}%{?debug:1}
This page took 0.062572 seconds and 4 git commands to generate.