Re: pear broken on current.

From: Jeff Hubbard <lord.freebsdlists_at_gmail.com>
Date: Tue, 07 Jun 2005 00:32:38 -0700
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
<?php
ini_set("safe_mode", "0");
ini_set("output_buffering", "1");

That gives the same effect, and works around the kernel change. If 
someone would fix this and commit it, that'd be awesome.

Jeff
Received on Tue Jun 07 2005 - 05:31:20 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:36 UTC