- updated to 8.1.2: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.1.2 - updated to 8.1.1: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.1.1 - update to 8.1.0: This release marks the latest major release of the PHP language. See https://www.php.net/ChangeLog-8.php#8.1.0 - cleanup php8.rpmlintrc - build ffi extension (experimental) - enable avif support for gd extension - rebased patches % php-ar-flags.patch % php-crypt-tests.patch % php-ini.patch % php-build-reproducible-phar.patch - deleted patches - php-systzdata-v20.patch - php8-gd-removed-unused-constants.patch - added patch + php-systzdata-v21.patch OBS-URL: https://build.opensuse.org/request/show/947866 OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=39
12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
# Non-versioned shared library, php-embed requires
|
|
# exact version of main package, parallel installation
|
|
# not wanted
|
|
addFilter("php.-embed.* shlib-policy-name-error")
|
|
# PHP7 is (almost) obsolete, replaced by PHP8
|
|
addFilter("obsolete-not-provided php7-*")
|
|
# Silence expected error in configuration script
|
|
addFilter("rpath-in-buildconfig /usr/bin/php-config")
|
|
# False positives for scripts which check used shell
|
|
addFilter("potential-bashisms /usr/share/php8/build/config.guess")
|
|
addFilter("potential-bashisms /usr/share/php8/build/shtool")
|