[packages/php/PHP_7_3] - up to 7.3.12

arekm arekm at pld-linux.org
Wed Dec 18 19:59:56 CET 2019


commit fc7526ee8b0eca67f6958ceb11e9004d6d37ae26
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Dec 18 19:59:47 2019 +0100

    - up to 7.3.12

 pcre-shared.patch | 7 ++++++-
 php.spec          | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/php.spec b/php.spec
index 09abc61..215aa14 100644
--- a/php.spec
+++ b/php.spec
@@ -156,7 +156,7 @@ Summary(pt_BR.UTF-8):	A linguagem de script PHP
 Summary(ru.UTF-8):	PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):	PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:		%{orgname}%{php_suffix}
-Version:	7.3.11
+Version:	7.3.12
 Release:	1
 Epoch:		4
 # All files licensed under PHP version 3.01, except
@@ -166,7 +166,7 @@ License:	PHP 3.01 and Zend and BSD
 Group:		Libraries
 #Source0:	https://downloads.php.net/~cmb/php-%{version}%{subver}.tar.xz
 Source0:	https://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5:	b62a1e6f82e2646c01a7151492699d93
+# Source0-md5:	e52a0dc6e7d94024989d0a3746070487
 Source1:	opcache.ini
 Source2:	%{orgname}-mod_php.conf
 Source3:	%{orgname}-cgi-fcgi.ini
diff --git a/pcre-shared.patch b/pcre-shared.patch
index 384b23d..85237a7 100644
--- a/pcre-shared.patch
+++ b/pcre-shared.patch
@@ -43,12 +43,13 @@
  PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count, uint32_t *options);
  PHPAPI pcre2_code* pcre_get_compiled_regex_ex(zend_string *regex, uint32_t *capture_count, uint32_t *preg_options, uint32_t *coptions);
  
-@@ -45,14 +67,18 @@
+@@ -71,18 +71,23 @@ extern zend_module_entry pcre_module_ent
  
  typedef struct _pcre_cache_entry pcre_cache_entry;
  
 +PCRE_EXTERN
  PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
+ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware);
  
 +PCRE_EXTERN
  PHPAPI void  php_pcre_match_impl(  pcre_cache_entry *pce, char *subject, size_t subject_len, zval *return_value,
@@ -62,6 +63,10 @@
  PHPAPI void  php_pcre_split_impl(  pcre_cache_entry *pce, zend_string *subject_str, zval *return_value,
  	zend_long limit_val, zend_long flags);
  
++PCRE_EXTERN
+ PHPAPI void  php_pcre_grep_impl(   pcre_cache_entry *pce, zval *input, zval *return_value,
+ 	zend_long flags);
+ 
 --- php-7.3.0beta3/ext/pcre/php_pcre.c~	2018-09-11 11:43:27.000000000 +0300
 +++ php-7.3.0beta3/ext/pcre/php_pcre.c	2018-09-11 11:43:30.747506034 +0300
 @@ -21,6 +21,9 @@
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list