elijah
asked Sep 11 2019
Answer
To Add the extension
in PHP .so folder
Go to the php.ini
file
Enter in the last lineextension=/full-path-to/example.so
And save the option
linuxhelp
asked Sep 11 2019
edited Sep 14 2019
How To ADD a .so Extension on Windows
I have a .so file generated I would like to use the functions defined there as a PHP extension. How do I add them as a PHP extension?