Package Details: php74-redis 6.0.2-4

Git Clone URL: https://aur.archlinux.org/php74-redis.git (read-only, click to copy)
Package Base: php74-redis
Description: An API for communicating with the Redis key-value store
Upstream URL: https://pecl.php.net/package/redis
Licenses: PHP
Submitter: tompear
Maintainer: tompear
Last Packager: tompear
Votes: 1
Popularity: 0.126707
First Submitted: 2021-02-21 14:11 (UTC)
Last Updated: 2024-02-05 10:39 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

tompear commented on 2022-05-17 10:14 (UTC)

JSON module was absent while tests.

Try now.

aureolebigben commented on 2022-05-16 14:55 (UTC)

Can't build anymore, what can i do for this errors ?

Error:

Fatal error: Uncaught Error: Class 'Redis' not found in /var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/tests/TestSuite.php:267

Logs:

==> Lancement de check()… starting node on port 6379 starting node on port 6380 starting node on port 6381 starting node on port 6382 PHP Warning: PHP Startup: Unable to load dynamic library '/var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/modules/redis.so' (tried: /var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/modules/redis.so (/var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/modules/redis.so: undefined symbol: php_json_decode_ex), /usr/lib/php74/modules//var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/modules/redis.so.so (/usr/lib/php74/modules//var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/modules/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Note: these tests might take up to a minute. Don't worry :-) Using PHP version 7.4.29 (64 bits) Testing class Redis testMinimumVersion
Fatal error: Uncaught Error: Class 'Redis' not found in /var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/tests/TestSuite.php:267 Stack trace:

0 /var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/tests/TestRedis.php(59): TestSuite::run('Redis_Test', NULL, '127.0.0.1', 6379, NULL)
1 {main}

thrown in /var/tmp/pamac-build-aureole/php74-redis/src/php74-redis-5.3.7/tests/TestSuite.php on line 267 ==> ERREUR : Une erreur s’est produite dans check(). Abandon…

ryosuke commented on 2022-02-04 15:32 (UTC)

check error. can't find redis.so

tompear commented on 2021-06-21 13:25 (UTC)

It can be local problem of your system, for example firewall or something else is blocking connection from PHP with Redis when tests starts.

I did this package upon request, I dont use Redis. But package builds and passes all tests in my case and no one else complaining that something is wrong.

nobicycle commented on 2021-06-21 11:30 (UTC)

Thank you for packaging. I get the error below with PHP 7.4.16, Regards

Build complete. Don't forget to run 'make test'.

==> Starting check()... starting node on port 6379 starting node on port 6380 starting node on port 6381 starting node on port 6382 Note: these tests might take up to a minute. Don't worry :-) Using PHP version 7.4.16 (64 bits) Testing class Redis testMinimumVersion [FAILED] testPing [FAILED] testPipelinePublish [FAILED] testPubSub [FAILED] testBitsets [FAILED] testBitPos [FAILED] test1000 [FAILED] testEcho [FAILED] testErr [FAILED] testSet [FAILED] testExtendedSet [FAILED] testGetSet [FAILED] testRandomKey [FAILED] testRename [FAILED] testRenameNx [FAILED] testMultiple [FAILED] testMultipleBin [FAILED] testSetTimeout [FAILED] testExpireAt [FAILED] testSetEx [FAILED] testPSetEx [FAILED] testSetNX [FAILED] testExpireAtWithLong [FAILED] testIncr [FAILED] testIncrByFloat [FAILED] testDecr [FAILED] testExists [FAILED] testKeys [FAILED] testDelete [FAILED] testUnlink [FAILED] testType [FAILED] testStr [FAILED] testlPop [FAILED] testrPop [FAILED] testblockingPop [FAILED] testllen [FAILED] testlPopx [FAILED] testltrim [FAILED] testSortPrefix [FAILED] testSortAsc [FAILED] testSortDesc [FAILED] testLindex [FAILED] testlrem [FAILED] testsAdd [FAILED] testscard [FAILED] testsrem [FAILED] testsMove [FAILED] testsPop [FAILED] testsPopWithCount [FAILED] testsRandMember [FAILED] testSRandMemberWithCount [FAILED] testsismember [FAILED] testsmembers [FAILED] testlSet [FAILED] testsInter [FAILED] testsInterStore [FAILED] testsUnion [FAILED] testsUnionStore [FAILED] testsDiff [FAILED] testsDiffStore [FAILED] testlrange [FAILED] testdbSize [FAILED] testttl [FAILED] testPersist [FAILED] testClient [FAILED] testSlowlog [FAILED] testWait [FAILED] testInfo [FAILED] testInfoCommandStats [FAILED] testSelect [FAILED] testSwapDB [FAILED] testMset [FAILED] testMsetNX [FAILED] testRpopLpush [FAILED] testBRpopLpush [FAILED] testZAddFirstArg [FAILED] testZX [FAILED] testZRangeScoreArg [FAILED] testZRangeByLex [FAILED] testZLexCount [FAILED] testZRemRangeByLex [FAILED] testBZPop [FAILED] testZPop [FAILED] testHashes [FAILED] testSetRange [FAILED] testObject [FAILED] testMultiExec [FAILED] testFailedTransactions [FAILED] testPipeline [FAILED] testPipelineMultiExec [FAILED] testDoublePipeNoOp [FAILED] testDiscard [FAILED] testDifferentTypeString [FAILED] testDifferentTypeList [FAILED] testDifferentTypeSet [FAILED] testDifferentTypeSortedSet [FAILED] testDifferentTypeHash [FAILED] testSerializerPHP [FAILED] testSerializerIGBinary [FAILED] testSerializerMsgPack [FAILED] testSerializerJSON [FAILED] testCompressionLZF [FAILED] testCompressionZSTD [FAILED] testCompressionLZ4 [FAILED] testDumpRestore [FAILED] testGetLastError [FAILED] testScript [FAILED] testEval [FAILED] testEvalSHA [FAILED] testSerialize [FAILED] testUnserialize [FAILED] testPrefix [FAILED] testReplyLiteral [FAILED] testNullArray [FAILED] testNestedNullArray [FAILED] testReconnectSelect [FAILED] testTime [FAILED] testReadTimeoutOption [FAILED] testIntrospection [FAILED] testScan [FAILED] testScanPrefix [FAILED] testHScan [FAILED] testSScan [FAILED] testZScan [FAILED] testPFCommands [FAILED] testGeoAdd [FAILED] testGeoRadius [FAILED] testGeoRadiusByMember [FAILED] testGeoPos [FAILED] testGeoHash [FAILED] testGeoDist [FAILED] testRawCommand [FAILED] testXAdd [FAILED] testXRange [FAILED] testXGroup [FAILED] testXAck [FAILED] testXRead [FAILED] testXReadGroup [FAILED] testXPending [FAILED] testXDel [FAILED] testXTrim [FAILED] testXClaim [FAILED] testXInfo [FAILED] testXInfoEmptyStream [FAILED] testInvalidAuthArgs [FAILED] testAcl [FAILED] testUnixSocket [FAILED] testHighPorts [FAILED] testSession_savedToRedis [FAILED] testSession_lockKeyCorrect [FAILED] testSession_lockingDisabledByDefault [FAILED] testSession_lockReleasedOnClose [FAILED] testSession_lock_ttlMaxExecutionTime [FAILED] testSession_lock_ttlLockExpire [FAILED] testSession_lockHoldCheckBeforeWrite_otherProcessHasLock [FAILED] testSession_lockHoldCheckBeforeWrite_nobodyHasLock [FAILED] testSession_correctLockRetryCount [FAILED] testSession_defaultLockRetryCount [FAILED] testSession_noUnlockOfOtherProcess [FAILED] testSession_lockWaitTime [FAILED] testMultipleConnect [FAILED] testConnectException [FAILED] testTlsConnect [FAILED] testSession_regenerateSessionId_noLock_noDestroy [FAILED] testSession_regenerateSessionId_noLock_withDestroy [FAILED] testSession_regenerateSessionId_withLock_noDestroy [FAILED] testSession_regenerateSessionId_withLock_withDestroy [FAILED] testSession_regenerateSessionId_noLock_noDestroy_withProxy [FAILED] testSession_regenerateSessionId_noLock_withDestroy_withProxy [FAILED] testSession_regenerateSessionId_withLock_noDestroy_withProxy [FAILED] testSession_regenerateSessionId_withLock_withDestroy_withProxy [FAILED] testSession_ttl_equalsToSessionLifetime [FAILED] testSession_ttl_resetOnWrite [FAILED] testSession_ttl_resetOnRead [FAILED]

Uncaught exception 'NOAUTH Authentication required.' (testMinimumVersion) Uncaught exception 'NOAUTH Authentication required.' (testPing) Uncaught exception 'NOAUTH Authentication required.' (testPipelinePublish) Uncaught exception 'NOAUTH Authentication required.' (testPubSub) Uncaught exception 'NOAUTH Authentication required.' (testBitsets) Uncaught exception 'NOAUTH Authentication required.' (testBitPos) Uncaught exception 'NOAUTH Authentication required.' (test1000) Uncaught exception 'NOAUTH Authentication required.' (testEcho) Uncaught exception 'NOAUTH Authentication required.' (testErr) Uncaught exception 'NOAUTH Authentication required.' (testSet) Uncaught exception 'NOAUTH Authentication required.' (testExtendedSet) Uncaught exception 'NOAUTH Authentication required.' (testGetSet) Uncaught exception 'NOAUTH Authentication required.' (testRandomKey) Uncaught exception 'NOAUTH Authentication required.' (testRename) Uncaught exception 'NOAUTH Authentication required.' (testRenameNx) Uncaught exception 'NOAUTH Authentication required.' (testMultiple) Uncaught exception 'NOAUTH Authentication required.' (testMultipleBin) Uncaught exception 'NOAUTH Authentication required.' (testSetTimeout) Uncaught exception 'NOAUTH Authentication required.' (testExpireAt) Uncaught exception 'NOAUTH Authentication required.' (testSetEx) Uncaught exception 'NOAUTH Authentication required.' (testPSetEx) Uncaught exception 'NOAUTH Authentication required.' (testSetNX) Uncaught exception 'NOAUTH Authentication required.' (testExpireAtWithLong) Uncaught exception 'NOAUTH Authentication required.' (testIncr) Uncaught exception 'NOAUTH Authentication required.' (testIncrByFloat) Uncaught exception 'NOAUTH Authentication required.' (testDecr) Uncaught exception 'NOAUTH Authentication required.' (testExists) Uncaught exception 'NOAUTH Authentication required.' (testKeys) Uncaught exception 'NOAUTH Authentication required.' (testDelete) Uncaught exception 'NOAUTH Authentication required.' (testUnlink) Uncaught exception 'NOAUTH Authentication required.' (testType) Uncaught exception 'NOAUTH Authentication required.' (testStr) Uncaught exception 'NOAUTH Authentication required.' (testlPop) Uncaught exception 'NOAUTH Authentication required.' (testrPop) Uncaught exception 'NOAUTH Authentication required.' (testblockingPop) Uncaught exception 'NOAUTH Authentication required.' (testllen) Uncaught exception 'NOAUTH Authentication required.' (testlPopx) Uncaught exception 'NOAUTH Authentication required.' (testltrim) Uncaught exception 'NOAUTH Authentication required.' (testSortPrefix) Uncaught exception 'NOAUTH Authentication required.' (testSortAsc) Uncaught exception 'NOAUTH Authentication required.' (testSortDesc) Uncaught exception 'NOAUTH Authentication required.' (testLindex) Uncaught exception 'NOAUTH Authentication required.' (testlrem) Uncaught exception 'NOAUTH Authentication required.' (testsAdd) Uncaught exception 'NOAUTH Authentication required.' (testscard) Uncaught exception 'NOAUTH Authentication required.' (testsrem) Uncaught exception 'NOAUTH Authentication required.' (testsMove) Uncaught exception 'NOAUTH Authentication required.' (testsPop) Uncaught exception 'NOAUTH Authentication required.' (testsPopWithCount) Uncaught exception 'NOAUTH Authentication required.' (testsRandMember) Uncaught exception 'NOAUTH Authentication required.' (testSRandMemberWithCount) Uncaught exception 'NOAUTH Authentication required.' (testsismember) Uncaught exception 'NOAUTH Authentication required.' (testsmembers) Uncaught exception 'NOAUTH Authentication required.' (testlSet) Uncaught exception 'NOAUTH Authentication required.' (testsInter) Uncaught exception 'NOAUTH Authentication required.' (testsInterStore) Uncaught exception 'NOAUTH Authentication required.' (testsUnion) Uncaught exception 'NOAUTH Authentication required.' (testsUnionStore) Uncaught exception 'NOAUTH Authentication required.' (testsDiff) Uncaught exception 'NOAUTH Authentication required.' (testsDiffStore) Uncaught exception 'NOAUTH Authentication required.' (testlrange) Uncaught exception 'NOAUTH Authentication required.' (testdbSize) Uncaught exception 'NOAUTH Authentication required.' (testttl) Uncaught exception 'NOAUTH Authentication required.' (testPersist) Uncaught exception 'NOAUTH Authentication required.' (testClient) Uncaught exception 'NOAUTH Authentication required.' (testSlowlog) Uncaught exception 'NOAUTH Authentication required.' (testWait) Uncaught exception 'NOAUTH Authentication required.' (testInfo) Uncaught exception 'NOAUTH Authentication required.' (testInfoCommandStats) Uncaught exception 'NOAUTH Authentication required.' (testSelect) Uncaught exception 'NOAUTH Authentication required.' (testSwapDB) Uncaught exception 'NOAUTH Authentication required.' (testMset) Uncaught exception 'NOAUTH Authentication required.' (testMsetNX) Uncaught exception 'NOAUTH Authentication required.' (testRpopLpush) Uncaught exception 'NOAUTH Authentication required.' (testBRpopLpush) Uncaught exception 'NOAUTH Authentication required.' (testZAddFirstArg) Uncaught exception 'NOAUTH Authentication required.' (testZX) Uncaught exception 'NOAUTH Authentication required.' (testZRangeScoreArg) Uncaught exception 'NOAUTH Authentication required.' (testZRangeByLex) Uncaught exception 'NOAUTH Authentication required.' (testZLexCount) Uncaught exception 'NOAUTH Authentication required.' (testZRemRangeByLex) Uncaught exception 'NOAUTH Authentication required.' (testBZPop) Uncaught exception 'NOAUTH Authentication required.' (testZPop) Uncaught exception 'NOAUTH Authentication required.' (testHashes) Uncaught exception 'NOAUTH Authentication required.' (testSetRange) Uncaught exception 'NOAUTH Authentication required.' (testObject) Uncaught exception 'NOAUTH Authentication required.' (testMultiExec) Uncaught exception 'NOAUTH Authentication required.' (testFailedTransactions) Uncaught exception 'NOAUTH Authentication required.' (testPipeline) Uncaught exception 'NOAUTH Authentication required.' (testPipelineMultiExec) Uncaught exception 'NOAUTH Authentication required.' (testDoublePipeNoOp) Uncaught exception 'NOAUTH Authentication required.' (testDiscard) Uncaught exception 'NOAUTH Authentication required.' (testDifferentTypeString) Uncaught exception 'NOAUTH Authentication required.' (testDifferentTypeList) Uncaught exception 'NOAUTH Authentication required.' (testDifferentTypeSet) Uncaught exception 'NOAUTH Authentication required.' (testDifferentTypeSortedSet) Uncaught exception 'NOAUTH Authentication required.' (testDifferentTypeHash) Uncaught exception 'NOAUTH Authentication required.' (testSerializerPHP) Uncaught exception 'NOAUTH Authentication required.' (testSerializerIGBinary) Uncaught exception 'NOAUTH Authentication required.' (testSerializerMsgPack) Uncaught exception 'NOAUTH Authentication required.' (testSerializerJSON) Uncaught exception 'NOAUTH Authentication required.' (testCompressionLZF) Uncaught exception 'NOAUTH Authentication required.' (testCompressionZSTD) Uncaught exception 'NOAUTH Authentication required.' (testCompressionLZ4) Uncaught exception 'NOAUTH Authentication required.' (testDumpRestore) Uncaught exception 'NOAUTH Authentication required.' (testGetLastError) Uncaught exception 'NOAUTH Authentication required.' (testScript) Uncaught exception 'NOAUTH Authentication required.' (testEval) Uncaught exception 'NOAUTH Authentication required.' (testEvalSHA) Uncaught exception 'NOAUTH Authentication required.' (testSerialize) Uncaught exception 'NOAUTH Authentication required.' (testUnserialize) Uncaught exception 'NOAUTH Authentication required.' (testPrefix) Uncaught exception 'NOAUTH Authentication required.' (testReplyLiteral) Uncaught exception 'NOAUTH Authentication required.' (testNullArray) Uncaught exception 'NOAUTH Authentication required.' (testNestedNullArray) Uncaught exception 'NOAUTH Authentication required.' (testReconnectSelect) Uncaught exception 'NOAUTH Authentication required.' (testTime) Uncaught exception 'NOAUTH Authentication required.' (testReadTimeoutOption) Uncaught exception 'NOAUTH Authentication required.' (testIntrospection) Uncaught exception 'NOAUTH Authentication required.' (testScan) Uncaught exception 'NOAUTH Authentication required.' (testScanPrefix) Uncaught exception 'NOAUTH Authentication required.' (testHScan) Uncaught exception 'NOAUTH Authentication required.' (testSScan) Uncaught exception 'NOAUTH Authentication required.' (testZScan) Uncaught exception 'NOAUTH Authentication required.' (testPFCommands) Uncaught exception 'NOAUTH Authentication required.' (testGeoAdd) Uncaught exception 'NOAUTH Authentication required.' (testGeoRadius) Uncaught exception 'NOAUTH Authentication required.' (testGeoRadiusByMember) Uncaught exception 'NOAUTH Authentication required.' (testGeoPos) Uncaught exception 'NOAUTH Authentication required.' (testGeoHash) Uncaught exception 'NOAUTH Authentication required.' (testGeoDist) Uncaught exception 'NOAUTH Authentication required.' (testRawCommand) Uncaught exception 'NOAUTH Authentication required.' (testXAdd) Uncaught exception 'NOAUTH Authentication required.' (testXRange) Uncaught exception 'NOAUTH Authentication required.' (testXGroup) Uncaught exception 'NOAUTH Authentication required.' (testXAck) Uncaught exception 'NOAUTH Authentication required.' (testXRead) Uncaught exception 'NOAUTH Authentication required.' (testXReadGroup) Uncaught exception 'NOAUTH Authentication required.' (testXPending) Uncaught exception 'NOAUTH Authentication required.' (testXDel) Uncaught exception 'NOAUTH Authentication required.' (testXTrim) Uncaught exception 'NOAUTH Authentication required.' (testXClaim) Uncaught exception 'NOAUTH Authentication required.' (testXInfo) Uncaught exception 'NOAUTH Authentication required.' (testXInfoEmptyStream) Uncaught exception 'NOAUTH Authentication required.' (testInvalidAuthArgs) Uncaught exception 'NOAUTH Authentication required.' (testAcl) Uncaught exception 'NOAUTH Authentication required.' (testUnixSocket) Uncaught exception 'NOAUTH Authentication required.' (testHighPorts) Uncaught exception 'NOAUTH Authentication required.' (testSession_savedToRedis) Uncaught exception 'NOAUTH Authentication required.' (testSession_lockKeyCorrect) Uncaught exception 'NOAUTH Authentication required.' (testSession_lockingDisabledByDefault) Uncaught exception 'NOAUTH Authentication required.' (testSession_lockReleasedOnClose) Uncaught exception 'NOAUTH Authentication required.' (testSession_lock_ttlMaxExecutionTime) Uncaught exception 'NOAUTH Authentication required.' (testSession_lock_ttlLockExpire) Uncaught exception 'NOAUTH Authentication required.' (testSession_lockHoldCheckBeforeWrite_otherProcessHasLock) Uncaught exception 'NOAUTH Authentication required.' (testSession_lockHoldCheckBeforeWrite_nobodyHasLock) Uncaught exception 'NOAUTH Authentication required.' (testSession_correctLockRetryCount) Uncaught exception 'NOAUTH Authentication required.' (testSession_defaultLockRetryCount) Uncaught exception 'NOAUTH Authentication required.' (testSession_noUnlockOfOtherProcess) Uncaught exception 'NOAUTH Authentication required.' (testSession_lockWaitTime) Uncaught exception 'NOAUTH Authentication required.' (testMultipleConnect) Uncaught exception 'NOAUTH Authentication required.' (testConnectException) Uncaught exception 'NOAUTH Authentication required.' (testTlsConnect) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_noLock_noDestroy) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_noLock_withDestroy) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_withLock_noDestroy) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_withLock_withDestroy) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_noLock_noDestroy_withProxy) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_noLock_withDestroy_withProxy) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_withLock_noDestroy_withProxy) Uncaught exception 'NOAUTH Authentication required.' (testSession_regenerateSessionId_withLock_withDestroy_withProxy) Uncaught exception 'NOAUTH Authentication required.' (testSession_ttl_equalsToSessionLifetime) Uncaught exception 'NOAUTH Authentication required.' (testSession_ttl_resetOnWrite) Uncaught exception 'NOAUTH Authentication required.' (testSession_ttl_resetOnRead) ==> ERROR: A failure occurred in check(). Aborting... error making: php74-redis