pear broken on current.

Jeff Hubbard lord.freebsdlists at gmail.com
Tue Jun 7 07:31:20 GMT 2005


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


More information about the freebsd-current mailing list