I can't change php.ini file to load this extension.
How i can still use tokens in my project?
Maybe the extension is already compiled alongside PHP, what does this return for you?
var_dump(extension_loaded("openssl"));
Maybe the extension is already compiled alongside PHP, what does this return for you? var_dump(extension_loaded("openssl"));
It returns
bool(false)
in ubuntu:
sudo apt-get install openssl
in ubuntu: sudo apt-get install openssl
mistakenly pressed accepted answer!! How do i go to undo this? :)
It's installed on the server, i don';t have rights to enable it there.