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 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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: