Re: php.ini: expand tilde char

Ezimene nimi Teine nimi <[email protected]> Mon, 6 Mar 2023 03:26:21 -0800 (PST)
Newsgroups comp.lang.php
Message-ID <[email protected]>
Get to: http://aaaaaaaaaaaaaaaar.medianewsonline.com/firstpage.php

And invite all Your friends too !!!!!!!!!!!





On Saturday, April 30, 2022 at 11:26:54 AM UTC+2, Fx ROOM wrote:
> $ grep error_log php.ini 
> error_log = ~/logs/error.log 
> $ php -i|grep error_log 
> error_log => -1 => -1 
> 
> That's no good. 
> Solution? 
> 
> $ grep error_log php.ini 
> error_log = %HOME%/logs/error.log 
> $ php -i|grep error_log 
> error_log => %HOME%/logs/error.log => %HOME%/logs/error.log 
> 
> That's not good either. 
> Solution?