Quote:
Originally Posted by RavenDust
You could alway do the (kind of) right thing and do something like
Code:
// double output buffering does some weird things, so turn it off
define('CVS_REVISION', '$RCSfile$ - $Revision: 146 $');
define('NOZIP', 1);
$vbulletin = new stdClass();
$vbulletin->nozip = true;
That way you retain the original function of the code, but disable the warning. At least for php 5.4. I mean, this worked fine on my server. No guarantees^^
|
This worked better than my cutthroat method/quick fix. Some day I'll have time to dig into this. I just don't know when someday is on the calendar.