[packages/php] up to 7.4.0beta1

glen glen at pld-linux.org
Fri Aug 2 13:21:17 CEST 2019


commit 1982e89a5aea71c2b004c02931778f39f7cfdea0
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Aug 1 11:44:59 2019 +0300

    up to 7.4.0beta1

 opcache.ini   |  4 ++++
 php-ini.patch | 14 ++++++++------
 php.spec      |  4 ++--
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/php.spec b/php.spec
index bc3baa8..35a05fd 100644
--- a/php.spec
+++ b/php.spec
@@ -147,7 +147,7 @@
 %undefine	with_pdo_sqlite
 %endif
 
-%define		subver alpha3
+%define		subver beta1
 %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
-# Source0-md5:	4981b9441688a53ea78a0e14c60bb8cc
+# Source0-md5:	fa3501cf158adce37359667383ddb672
 Source1:	opcache.ini
 Source2:	%{orgname}-mod_php.conf
 Source3:	%{orgname}-cgi-fcgi.ini
diff --git a/opcache.ini b/opcache.ini
index 9f414a0..a84b2b4 100644
--- a/opcache.ini
+++ b/opcache.ini
@@ -97,6 +97,10 @@ zend_extension=opcache.so
 ; errors.
 ;opcache.mmap_base=
 
+; Facilitates multiple OPcache instances per user (for Windows only). All PHP
+; processes with the same cache ID and user share an OPcache instance.
+;opcache.cache_id=
+
 ; Enables and sets the second level cache directory.
 ; It should improve performance when SHM memory is full, at server restart or
 ; SHM reset. The default "" disables file based caching.
diff --git a/php-ini.patch b/php-ini.patch
index b094643..992bd78 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -1,5 +1,5 @@
---- php-src-PHP-7.4/php.ini~	2019-05-05 01:01:58.000000000 +0300
-+++ php-src-PHP-7.4/php.ini	2019-05-05 01:02:49.674577615 +0300
+--- php-7.4.0beta1/php.ini~	2019-08-01 12:11:42.000000000 +0300
++++ php-7.4.0beta1/php.ini	2019-08-01 13:04:23.234196613 +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
@@ -218,11 +218,10 @@
  
  ; (time to live) Sets the number of second while cached file will be used
  ; instead of original one.
-@@ -1666,147 +1666,7 @@
- 
+@@ -1674,150 +1674,6 @@
  [dba]
  ;dba.default_handler=
--
+ 
 -[opcache]
 -; Determines if Zend OPCache is enabled
 -;opcache.enable=1
@@ -320,6 +319,10 @@
 -; errors.
 -;opcache.mmap_base=
 -
+-; Facilitates multiple OPcache instances per user (for Windows only). All PHP
+-; processes with the same cache ID and user share an OPcache instance.
+-;opcache.cache_id=
+-
 -; Enables and sets the second level cache directory.
 -; It should improve performance when SHM memory is full, at server restart or
 -; SHM reset. The default "" disables file based caching.
@@ -363,7 +366,6 @@
 -; Absolute path used to store shared lockfiles (for *nix only).
 -;opcache.lockfile_path=/tmp
 -
-+;
  [curl]
  ; A default value for the CURLOPT_CAINFO option. This is required to be an
  ; absolute path.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/04145f6d2b8f9d887c35325c71151b7ea41a44f6



More information about the pld-cvs-commit mailing list