* Thus wrote Alex ([EMAIL PROTECTED]):
> Hello..
> 
> Is there a way of setting the extension_dir by not modifying php.ini ?
> 
> i've tried with 
> 
> ini_set("extension_dir","/home/alexcos/www/phps");
> 
> then , i've tried setting the extension_dir in a .htaccess file..
> still , the same result..

according to ini_set() documentation, extension_dir can only be set
in php.ini or apache.conf

   http://php.net/ini_set


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to