Gasol/pecl-nacl

installation on webserver

Opened this issue · 1 comments

i have naive question, is it possible to depoly or use on a webserver that has php 7.x support but i don't have access to its installation or extension installation. I mean a file to be included.

please advice
thank you

Gasol commented

I'm afraid that this extension can't be compile under PHP 7, because I started this project on 2014, but PHP 7 is released on December 2015. This extension needs to be compile to shared library, and then add some necessary config to the php.ini configuration file. It doesn't provide some compiled file to be include yet, You have to compiled from source.