Re: [PHP] admin variables in CGI version

2006-01-04 Thread Curt Zirzow
On Tue, Jan 03, 2006 at 11:07:16AM -0800, Tim Traver wrote: > Hi all, > > ok, when using the CGI binary for PHP execution, is there a way to send > it environment variables to set the admin values like you can in mod_php ??? > > For instance, when using the apache module, you might do something

[PHP] admin variables in CGI version

2006-01-03 Thread Tim Traver
Hi all, ok, when using the CGI binary for PHP execution, is there a way to send it environment variables to set the admin values like you can in mod_php ??? For instance, when using the apache module, you might do something like this : php_admin_value session.save_path /some/path I know th