Putenv ("LD_PRELOAD=...")

Hi,

I’m planning a new PHP extension that will use symbols from shared libraries. I want to use it in my site. If I have unresolved symbols, will defining the environment variable solve the problem?