[packages/php-pecl-wddx] requires php 7.3 for zend_string_release_ex

glen glen at pld-linux.org
Sat May 11 10:50:32 CEST 2019


commit ec5c7abd742e0fe81ca6a19def8d3fc5d6685457
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat May 11 11:44:35 2019 +0300

    requires php 7.3 for zend_string_release_ex
    
    symbol lookup error: modules/wddx.so: undefined symbol: zend_string_release_ex
    
    - https://github.com/php/php-src/blob/PHP-7.3/Zend/zend_string.h

 php-pecl-wddx.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pecl-wddx.spec b/php-pecl-wddx.spec
index a59c02a..b1d08c8 100644
--- a/php-pecl-wddx.spec
+++ b/php-pecl-wddx.spec
@@ -22,7 +22,7 @@ Source0:	https://git.php.net/?p=pecl/text/wddx.git;a=snapshot;h=%{commit};sf=tgz
 # Source0-md5:	26015cbae30cc81b4ddabd060ec94b56
 URL:		https://pecl.php.net/package/wddx/
 BuildRequires:	%{php_name}-cli
-BuildRequires:	%{php_name}-devel
+BuildRequires:	%{php_name}-devel >= 4:7.3
 BuildRequires:	rpmbuild(macros) >= 1.666
 %if %{with tests}
 BuildRequires:	%{php_name}-xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-wddx.git/commitdiff/ec5c7abd742e0fe81ca6a19def8d3fc5d6685457



More information about the pld-cvs-commit mailing list