From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 11:53:26 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3676B16A41C for ; Tue, 7 Jun 2005 11:53:26 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from 72-12-2-214.wan.networktel.net (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB05D43D48 for ; Tue, 7 Jun 2005 11:53:25 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by 72-12-2-214.wan.networktel.net with local; Tue, 07 Jun 2005 06:53:25 -0500 id 00095A98.42A58AB5.0001694A Received: from dsl-201-144-92-62.prod-infinitum.com.mx (dsl-201-144-92-62.prod-infinitum.com.mx [201.144.92.62]) by mail.bafirst.com (Horde MIME library) with HTTP; Tue, 07 Jun 2005 06:53:24 -0500 Message-ID: <20050607065324.krnjtx1k008c8ssg@mail.bafirst.com> Date: Tue, 07 Jun 2005 06:53:24 -0500 From: eculp@bafirst.com To: freebsd-current@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> In-Reply-To: <42A54D96.3050708@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Subject: Re: pear broken on current. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 11:53:26 -0000 Quoting Jeff Hubbard : > Hi again, > I did a bit of playing around and found a way to work around the pear > problem with 6.0-CURRENT. Change the first few lines of the script to > look like this: > > #!/usr/local/bin/php -nq > ini_set("safe_mode", "0"); > ini_set("output_buffering", "1"); > Hey, Jeff, I just rebooted one on my machines with a kernel, world, mergemaster from this morning and your changes in /usr/local/bin/pear and pear WORKS as expected. AWESOME. Thanks. I agree that this looks like a good solution as it works around the problem mentioned in UPDATING beautifully and should probably be commited. I'm changing all my installations of pear. Thanks again, ed > That gives the same effect, and works around the kernel change. If > someone would fix this and commit it, that'd be awesome. > > Jeff > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >