Last modified: 2010-05-15 15:38:01 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T5761, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 3761 - PHP warnings in Special:Import (PHP v4.1.2)
PHP warnings in Special:Import (PHP v4.1.2)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.5.x
PC Windows 2000
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
: 2812 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-20 18:40 UTC by Mark Clements (HappyDog)
Modified: 2010-05-15 15:38 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Mark Clements (HappyDog) 2005-10-20 18:40:20 UTC
I know that PHP v4.1.2 is considered 'old', but here's an error that I have
encountered in my 4.1.2-based wiki (it does not exist on my 4.3.11-based wiki).
 Feel free to mark as WONTFIX if appropriate, but it might be a simple tweak
that would help those of us who are unable to upgrade PHP.

The warnings occur when Special:Import is viewed - the following is output at
the top of the file (before the DOCTYPE):

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
xml_set_object().  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
/.../wiki/includes/SpecialImport.php on line 270

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
call_user_func().  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
/.../wiki/includes/SpecialImport.php on line 526

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
call_user_func().  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
/.../wiki/includes/SpecialImport.php on line 527
Comment 1 Brion Vibber 2005-10-29 06:42:37 UTC
Applied fix to REL1_5 and HEAD.
Comment 2 Mark Clements (HappyDog) 2005-10-29 14:36:45 UTC
Thanks Brion!
Comment 3 Brion Vibber 2005-11-01 07:15:46 UTC
*** Bug 2812 has been marked as a duplicate of this bug. ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links