Re: [PHP] php.ini and cli

2009-07-13 Thread Ashley Sheridan
On Monday 13 July 2009 10:07:24 Stuart wrote: > 2009/7/13 Ashley Sheridan : > > Just a quick question. When I make changes in the php.ini, to take > > effect, I need to restart the Apache (or other web server) service. What > > happens with PHP CLI? Is the php.ini parsed each time the script is > >

Re: [PHP] php.ini and cli

2009-07-13 Thread Stuart
2009/7/13 Ashley Sheridan : > Just a quick question. When I make changes in the php.ini, to take effect, I > need to restart the Apache (or other web server) service. What happens with > PHP CLI? Is the php.ini parsed each time the script is called, or is there > something specific which needs rese

Re: [PHP] php.ini and cli

2009-07-13 Thread Eddie Drapkin
On Mon, Jul 13, 2009 at 4:48 AM, Ashley Sheridan wrote: > Hi All, > > Just a quick question. When I make changes in the php.ini, to take effect, I > need to restart the Apache (or other web server) service. What happens with > PHP CLI? Is the php.ini parsed each time the script is called, or is the