Projects
home:rottame:vhosts-ng:php8-extensions
php8-memcached
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
php8-memcached.spec
Changed
@@ -45,6 +45,7 @@ Requires: %{php_name}-json %endif Requires: php(vhng) = %{php_vhng_branch} +Patch0: pass-tests.diff %description This extension uses libmemcached library to provide API for @@ -52,6 +53,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +%patch0 -p1 %build export CFLAGS="%{optflags} -fvisibility=hidden"
View file
pass-tests.diff
Added
@@ -0,0 +1,17 @@ +--- a/tests/touch_binary.phpt 2022-03-24 11:52:50.000000000 +0000 ++++ b/tests/touch_binary.phpt 2023-03-03 14:13:53.312386824 +0000 +@@ -28,12 +28,12 @@ + $code = $mem->getResultcode(); + + if ($code == $expected) +- echo "${op} status code as expected" . PHP_EOL; ++ echo "{$op} status code as expected" . PHP_EOL; + else { + $expected = resolve_to_constant ($expected); + $code = resolve_to_constant ($code); + +- echo "${op} status code mismatch, expected ${expected} but got ${code}" . PHP_EOL; ++ echo "{$op} status code mismatch, expected {$expected} but got {$code}" . PHP_EOL; + } + } +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.