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
The idea would be to install the shared object resulting from the compilation of the extension into a folder within the PHP project.
This would be similar to the /vendor/ folder composer creates and uses for dependencies.
The motivation for this is to allow different version of an extension to be installed for different projects, as those might not all be compatible with newer versions of a given extension.
What is probably needed is a generated INI file that is passed to PHP to load the .so at startup.