Page MenuHomePhabricator

Version 0.9 makes use deprecated PHP function (call-time pass-by-reference)
Closed, DeclinedPublic

Description

Author: ycombarnous

Description:
With version 0.9 from Feb 4th, I get PHP errors (PHP 5.2.1):

  • [Wed Feb 07 16:21:01 2007] [error] [client 0.0.0.0] PHP Warning: Call-time

pass-by-reference has been deprecated; 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. in
D:\\websites\\mediawiki\\extensions\\DynamicPageList2\\DynamicPageList2.php on
line 334

  • [Wed Feb 07 16:21:01 2007] [error] [client 0.0.0.0] PHP Warning: Call-time

pass-by-reference has been deprecated; If you would like to pass it by
reference, modify the declaration of DynamicPageList(). 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. in
D:\\websites\\mediawiki\\extensions\\DynamicPageList2\\DynamicPageList2.php on
line 1777


Version: unspecified
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz8957

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:31 PM
bzimport set Reference to bz8957.
bzimport added a subscriber: Unknown Object (MLST).

gero.scholz wrote:

I could not easily reproduce this error but made some code changes which should solve that issue.
Is there anybody who could confirm that the latest version (0.9.8 or after) does no longer produce that warning?
(download from [http://semeb.com/dpldemo the dpldemo website]).

I can't confirm using 1.7.5 (r46875). Seems to be long since gone. Closing as WORKSFORME.