Re: [PHP] php.ini

2001-04-12 Thread Michael Hall
I did, but got Internal Server Errors for several different command formats using = and " ". In the end, this format appears to work (no error message anyway, and the files upload) ... php_value max_execution_time 60 Mick Is it possible to override the maximum script execution time as set

Re: [PHP] php.ini

2001-04-11 Thread Christian Reiniger
On Tuesday 10 April 2001 10:58, you wrote: Is it possible to override the maximum script execution time as set in php.ini using an Apache directive like this in an .htaccess file?: php_value max_execution_time = 60 What about simply trying it? :) -- Christian Reiniger LGDC Webmaster

Re: [PHP] php.ini

2001-02-25 Thread David Robley
On Sun, 25 Feb 2001 18:21, Brandon Feldhahn wrote: what do i put in the "Sendmail_from" section of php.ini? Did you check the documentation, or the sample ini file? According to the docs, sendmail_from string Which "From:" mail address should be used in mail sent from PHP under Windows. --

Re: [PHP] php.ini

2001-02-25 Thread John Monfort
__John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Mon, 26 Feb 2001, David Robley wrote: On Sun, 25 Feb 2001 18:21, Brandon

Re: [PHP] php.ini

2001-02-25 Thread eschmid+sic
On Mon, Feb 26, 2001 at 11:22:20AM +1030, David Robley wrote: On Sun, 25 Feb 2001 18:21, Brandon Feldhahn wrote: what do i put in the "Sendmail_from" section of php.ini? Did you check the documentation, or the sample ini file? According to the docs, sendmail_from string Which

Re: [PHP] php.ini

2001-01-23 Thread Jani Taskinen
On Wed, 24 Jan 2001, Rasmus Resen Amossen wrote: Everybody talks about this nice configuration file, but where is it?! I have compiled php4 with apache, but even a find . -name "php.ini gives anything. Do I really need to recompile php to change its configuration? No. Please read the INSTALL

Re: [PHP] php.ini

2001-01-23 Thread Michael A. Peters
try find / -print |grep "php\.ini" after your make install. will take awhile, but that should find it :D On Tuesday, January 23, 2001, at 04:44 PM, Rasmus Resen Amossen wrote: Everybody talks about this nice configuration file, but where is it?! I have compiled php4 with apache, but even a

Re: [PHP] php.ini

2001-01-23 Thread Alex Black
PROTECTED] ("Michael A. Peters") Newsgroups: php.general Date: 23 Jan 2001 18:07:42 -0800 Subject: Re: [PHP] php.ini try find / -print |grep "php\.ini" after your make install. will take awhile, but that should find it :D On Tuesday, January 23, 2001, at 04:44 PM, Rasmus

Re: [PHP] php.ini

2001-01-23 Thread Philip Olson
eters") Newsgroups: php.general Date: 23 Jan 2001 18:07:42 -0800 Subject: Re: [PHP] php.ini try find / -print |grep "php\.ini" after your make install. will take awhile, but that should find it :D On Tuesday, January 23, 2001, at 04:44 PM, Rasmus Resen Amossen wrote: E

<    1   2   3