Ticket #439 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

PHP errors when using PHP 5.1.2

Reported by: mdodoo Assigned to: mdodoo
Priority: normal Milestone: Gregarius 0.6.1
Component: BUGS Version:
Severity: minor Keywords:
Cc:

Description

Upgraded to HEAD [1559] from [1549] (I think). The following errors now appear when I enter the administration section:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.amiga/martey/gregarius.marteydodoo.com/cls/items.php on line 537

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.amiga/martey/gregarius.marteydodoo.com/admin/themes.php on line 53

Change History

09/06/06 06:20:56 changed by mdodoo

  • version deleted.
  • milestone changed from Gregarius 0.5.5 to Gregarius 0.6.1.

These errors only occur for me when using PHP 5.1.2, not when using PHP 4.4.2.

09/06/06 06:26:19 changed by mdodoo

  • keywords deleted.
  • summary changed from php errors when entering admin section to PHP errors when using PHP 5.1.2.

Better title; issue is not regression.

10/01/06 19:51:22 changed by mdodoo

  • owner changed from mbonetti to mdodoo.

07/31/07 09:46:00 changed by mdodoo

  • status changed from new to closed.
  • resolution set to fixed.

Turned allow_call_time_pass_reference off, but can not get errors to happen anymore, so I believe that the issue has been fixed (not by me, though).