On 6/16/07, Mackan <[EMAIL PROTECTED]> wrote:Hi list!How do you guys restart apache (apachectl stop / start) without having all the current shell variables show up in phpinfo() that is exported in the shell? Mackan
On Jun 16, 2007, at 1:59 PM, Almir Karic wrote:
env -i is your friend. -- almir
Perfect, thank you! Mackan