Hi,
i created a php extension. Now we want to modularize our sources. The php extension wraps different c functions. This c functions are stored in a libxy.so. How can i compile php with this pure c Shared Library so that the php extension can call functions from libxy.so without having libxy.so directly compiled into php?