Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2010 at 06:01 UTC
Updated:
26 Apr 2010 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
gashev commentedinstall.core.inc diff:
Comment #2
gashev commentedComment #3
David_Rothstein commentedI think these kinds of things are being fixed at #348448: Always report E_STRICT errors, although it's certainly fine to fix it separately here!
However, there appears to be something messed up with the patch format (the patch does not apply)? - and also, variable names shouldn't start with an underscore. Instead of
$_form, use something like$forminstead.Comment #4
macedigital commentedI also stumbled upon this one during installation of drupal 7.alpha3 and attached a patch just in case (it pretty much boils down to same as in @2).
PHP 5.3 has become a lot more strict in general how references may be used so I'll also take a look at the issues reporting at #348448: Always report E_STRICT errors and will try to chip in if I find more 5.3 related issues.
Comment #5
David_Rothstein commentedPatch looks good to me - let's put it up for review so it will get tested.
Comment #6
mfbThis is now fixed in #348448: Always report E_STRICT errors
Comment #7
David_Rothstein commented