0

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?

php.ini Php Windows Add a comment
elijah
asked Sep 11 2019

Answer

0

To Add the extension in PHP .so folder
Go to the php.inifile
Enter in the last line
extension=/full-path-to/example.so
And save the option

Add a comment
linuxhelp
asked Sep 11 2019
edited Sep 14 2019
Post your Answer