2 messages in com.mysql.lists.bugsMinor EventNum setup bug
FromSent OnAttachments
Paul Coldrey31 Oct 2004 14:28 
miguel solorzano01 Nov 2004 05:37 
Subject:Minor EventNum setup bug
From:Paul Coldrey (pa@ensigma.com.au)
Date:10/31/2004 02:28:30 PM
List:com.mysql.lists.bugs

Hi Folks,

There didn't seem to be a category in the bugs website for Eventnum so I thought I should probably just post a quick mail here.

In /setup/index.php on line 114:

if (ini_get('allow_call_time_pass_reference') != "1") {

returns true (and so results in an error) even if the line:

allow_call_time_pass_reference = On

appears in the php.ini file. If I change the php.ini configuration to:

allow_call_time_pass_reference = 1

then it is happy. However, the first version is correct and probably what many people would type given that PHP ships with this line reading:

allow_call_time_pass_reference = Off

Cheers,

Paul.