Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jun 2005 01:07:47 -0700
From:      Jeff Hubbard <lord.freebsdlists@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   Re: pear broken on current.
Message-ID:  <42A6A753.5010405@gmail.com>
In-Reply-To: <42A6A51E.3000500@FreeBSD.org>
References:  <200506041101.j54B1ptL025154@grovel.grondar.org>	<20050604065709.eyc2anr5co4w08sk@mail.bafirst.com>	<20050604122523.GB57893@over-yonder.net>	<20050604075923.ip4rqz6dwko40o8s@mail.bafirst.com>	<42A1D1D9.7030204@gmail.com>	<20050604154218.qwcz4j2dwo0w8k8g@mail.bafirst.com>	<42A4BD7E.7050506@gmail.com>	<20050606223748.yn07f4y0748g04oc@mail.bafirst.com> <42A54D96.3050708@gmail.com> <42A6A51E.3000500@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex Dupre wrote:

> Jeff Hubbard wrote:
>
>> #!/usr/local/bin/php -nq
>
>
> This is ok.
>
>> <?php
>> ini_set("safe_mode", "0");
>> ini_set("output_buffering", "1");
>
>
> This cannot be done inside a user script. safe_mode is off by default, 
> so it may be removed. output_buffering is off by default, too, so we 
> cannot enable it, but fortunately it's not a strict requirement.
> Patch applied.
>
> -- 
> Alex Dupre
>
Meh... I was trying to preserve the options the script requested. As 
long as it works. Thanks.

Jeff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42A6A753.5010405>