At 11:48 30-10-2002, Jani Taskinen wrote:
On Wed, 30 Oct 2002, Melvyn Sopacua wrote:
>Isn't this the easy way:
>proto void phpinfo([string format])?
>
>format defaults to html when sapi != cli.
>Keeps it simple and allows:
>[WEB:] mail("[EMAIL PROTECTED]", "Not good", phpinfo('text'));
>[CLI:] p
On Wed, 30 Oct 2002, Melvyn Sopacua wrote:
>Isn't this the easy way:
>proto void phpinfo([string format])?
>
>format defaults to html when sapi != cli.
>Keeps it simple and allows:
>[WEB:] mail("[EMAIL PROTECTED]", "Not good", phpinfo('text'));
>[CLI:] phpinfo('html'); to write to a static file, i
[ wasn't online yesterday, so if this is done already, my apologies ]
At 18:48 29-10-2002, Jani Taskinen wrote:
On Tue, 29 Oct 2002, Zeev Suraski wrote:
>Shouldn't there be different settings? People may very well want html
>errors off, but still keep the rest of PHP 'web enabled'...
I've
On Tue, 29 Oct 2002, Jani Taskinen wrote:
> On Tue, 29 Oct 2002, Zeev Suraski wrote:
>
> >Shouldn't there be different settings? People may very well want html
> >errors off, but still keep the rest of PHP 'web enabled'...
>
> I've asked about this a few times..I guess it was easier
>
On Tue, 29 Oct 2002, Zeev Suraski wrote:
>Shouldn't there be different settings? People may very well want html
>errors off, but still keep the rest of PHP 'web enabled'...
I've asked about this a few times..I guess it was easier
to use existing global than add new? :)
This doe
On Tue, 29 Oct 2002, Zeev Suraski wrote:
> Shouldn't there be different settings? People may very well want html
> errors off, but still keep the rest of PHP 'web enabled'...
I was just stating that it was meant like this, if it should be like
this is another question :)
Derick
--
Shouldn't there be different settings? People may very well want html
errors off, but still keep the rest of PHP 'web enabled'...
At 08:58 29/10/2002, Derick Rethans wrote:
On Tue, 29 Oct 2002, Steve Alberty wrote:
> why result the functions phpinfo() and phpcredits() as plain text
> when i set
On Tue, 29 Oct 2002, Steve Alberty wrote:
> why result the functions phpinfo() and phpcredits() as plain text
> when i set the html_error = Off.
>
> I think this is not the correct behavior, or not?
It is the correct behavior.
Derick
--