| 
	
 | 
 Posted by gk on 06/30/05 00:35 
I think this is a better solution than parsing phpinfo() output: 
 
realpath( get_cfg_var ( "cfg_file_path" )); 
- Greg 
 
On Wed, 29 Jun 2005 10:51:27 -0700, Greg Donald <destiney@gmail.com> wro= 
te: 
 
> On 6/29/05, gk <gk@proliberty.com> wrote: 
>> I have not been able to find any way of determining the path to the 
>> current php.ini file, programatically, from within a running script. 
>> 
>> The only hack I can think of is to parse the ouput of phpinfo(). 
> 
> 
>> php -r 'system( "php -i|grep ini" );' 
> Configuration File (php.ini) Path =3D> /etc/php.ini 
> 
>
 
  
Navigation:
[Reply to this message] 
 |