tags:

views:

34

answers:

2

I have serveral copies of same ".so" file under different system directory. Can I set link path in my php scripts so that i can link to a certain ".so'?

+1  A: 

See dl() and Extension Loading Directives

John Conde
A: 

You should specify which so you want to load in your /etc/php.ini file

Jochen