[packages/php/dev-7.3] up to php-7.3.0RC5

glen glen at pld-linux.org
Mon Nov 12 13:56:19 CET 2018


commit 86b12e82952bf2b845ce650f96deeaadcc26bf10
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Nov 12 13:29:01 2018 +0200

    up to php-7.3.0RC5

 pcre-shared.patch | 12 ++++++------
 php.spec          |  4 ++--
 x32.patch         |  8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/php.spec b/php.spec
index ac25c98..f3e2053 100644
--- a/php.spec
+++ b/php.spec
@@ -144,7 +144,7 @@
 %undefine	with_filter
 %endif
 
-%define		subver RC4
+%define		subver RC5
 %define		orgname	php
 %define		ver_suffix 73
 %define		php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -165,7 +165,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/~cmb/php-%{version}%{subver}.tar.xz
-# Source0-md5:	c8d4be9ebd25082365b3488fd6a04a41
+# Source0-md5:	9cc3c9f146b86e813f42555528a27cfe
 Source1:	opcache.ini
 Source2:	%{orgname}-mod_php.conf
 Source3:	%{orgname}-cgi-fcgi.ini
diff --git a/pcre-shared.patch b/pcre-shared.patch
index fb45863..384b23d 100644
--- a/pcre-shared.patch
+++ b/pcre-shared.patch
@@ -1,9 +1,9 @@
---- php-7.3.0alpha3/ext/pcre/config0.m4~	2018-07-03 15:56:43.000000000 +0300
-+++ php-7.3.0alpha3/ext/pcre/config0.m4	2018-07-10 11:09:21.010882573 +0300
-@@ -61,8 +61,9 @@
-     PHP_EVAL_LIBLINE($PCRE2_LIB)
-     AC_DEFINE(HAVE_PCRE, 1, [ ])
-     AC_DEFINE(PCRE2_CODE_UNIT_WIDTH, 8, [ ])
+--- php-7.3.0RC5/ext/pcre/config0.m4~	2018-11-06 12:22:53.000000000 +0200
++++ php-7.3.0RC5/ext/pcre/config0.m4	2018-11-12 13:30:52.805036671 +0200
+@@ -84,8 +84,9 @@
+       ])
+     fi
+ 
 -    PHP_NEW_EXTENSION(pcre, php_pcre.c, no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
 +    PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
      PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
diff --git a/x32.patch b/x32.patch
index 9a59ef0..a56457a 100644
--- a/x32.patch
+++ b/x32.patch
@@ -9,17 +9,17 @@
  ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2)
  {
  	char *ptr = ZSTR_VAL(s1);
---- php-7.3.0RC3/Zend/zend_string.h~	2018-10-09 11:26:41.000000000 +0200
-+++ php-7.3.0RC3/Zend/zend_string.h	2018-10-24 22:47:14.745614884 +0200
+--- php-7.3.0RC5/Zend/zend_string.h~	2018-11-06 12:22:56.000000000 +0200
++++ php-7.3.0RC5/Zend/zend_string.h	2018-11-12 13:32:37.350520375 +0200
 @@ -294,7 +294,7 @@
  	}
  }
  
 -#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
 +#if defined(__GNUC__) && (defined(__i386__) || (defined(__x86_64__) && !defined(__ILP32__)))
+ BEGIN_EXTERN_C()
  ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2);
- #else
- static zend_always_inline zend_bool zend_string_equal_val(zend_string *s1, zend_string *s2)
+ END_EXTERN_C()
 --- php-7.3.0RC3/ext/opcache/zend_accelerator_util_funcs.c~	2018-10-09 11:26:32.000000000 +0200
 +++ php-7.3.0RC3/ext/opcache/zend_accelerator_util_funcs.c	2018-10-24 22:15:44.849117508 +0200
 @@ -719,7 +719,7 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/86b12e82952bf2b845ce650f96deeaadcc26bf10



More information about the pld-cvs-commit mailing list