Minor EventNum setup bug

Minor EventNum setup bug

am 31.10.2004 23:28:52 von Paul Coldrey

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.






--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: Minor EventNum setup bug

am 01.11.2004 14:37:58 von miguel solorzano

Paul Coldrey wrote:

I am CC for the Eventum's main developer.

Regards,
Miguel
> 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.
>
>
>
>
>
>



--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org