]> git.pld-linux.org Git - packages/php-pecl-wddx.git/commitdiff
requires php 7.3 for zend_string_release_ex
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 11 May 2019 08:44:35 +0000 (11:44 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 11 May 2019 08:45:02 +0000 (11:45 +0300)
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

index a59c02af450eb9e62bae03535370d3bbd6478431..b1d08c8853d20a0202f1a4e30ca15ec200e61f01 100644 (file)
@@ -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
This page took 0.078609 seconds and 4 git commands to generate.