You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install 'redis' extension, and during installation pickle asks yes/no question to enable flags for that extension. One of such question is:
whether to enable igbinary serializer support (default: no): and inputing there yes still didn't set that flag for that extension, as after successful install, doing
var_dump(\Redis::SERIALIZER_IGBINARY);
gives error about "undefined constant".
(related this and this, where if installed without pickle the flags can be enabled correctly.)
The text was updated successfully, but these errors were encountered:
hm. installed igbinary, also shows up in php -m loaded modules, and then tried to re-install redis, with yes parameter, but still no luck, same error shows up. So, I dont know where is the bug, in pickle chain or in redis package.
[Ubuntu 20.04]
I tried to install 'redis' extension, and during installation
pickle
asks yes/no question to enable flags for that extension. One of such question is:whether to enable igbinary serializer support (default: no):
and inputing thereyes
still didn't set that flag for that extension, as after successful install, doingvar_dump(\Redis::SERIALIZER_IGBINARY);
gives error about "undefined constant".
(related this and this, where if installed without
pickle
the flags can be enabled correctly.)The text was updated successfully, but these errors were encountered: