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
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
Basically, I don't know where else to turn. We requested our host master to install libpuzzle with PHP extension. They wrote:
root@node01 [~]# php -i | grep libpuzzle
libpuzzle
libpuzzle support => enabled
Which really doesn't tell me anything. But confirm_libpuzzle_compiled() is failing. Very simply, the functions don't work. We have tried to get the files from http://www.pureftpd.org/project/libpuzzle and from here, but the problem remains.
extension_loaded("libpuzzle") returns true.
But functions are empty, yet PUZZLE_CVEC_SIMILARITY_LOWER_THRESHOLD returns 0.2.
I just don't know where to go from here.
The text was updated successfully, but these errors were encountered:
Basically, I don't know where else to turn. We requested our host master to install libpuzzle with PHP extension. They wrote:
root@node01 [~]# php -i | grep libpuzzle
libpuzzle
libpuzzle support => enabled
Which really doesn't tell me anything. But confirm_libpuzzle_compiled() is failing. Very simply, the functions don't work. We have tried to get the files from http://www.pureftpd.org/project/libpuzzle and from here, but the problem remains.
extension_loaded("libpuzzle") returns true.
But functions are empty, yet PUZZLE_CVEC_SIMILARITY_LOWER_THRESHOLD returns 0.2.
I just don't know where to go from here.
The text was updated successfully, but these errors were encountered: