(bug 42483) Avoid serializing database object in update.php
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 3 Dec 2012 20:24:37 +0000 (15:24 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 3 Dec 2012 20:27:25 +0000 (15:27 -0500)
commit331da5d47124aeaa12186354d7c963d05cd54694
tree2bce17a0b7e9775b41846b4bb2ab3742287e89c6
parent8e56594b0e3a2e1a437d26c7c4af8f80630dd948
(bug 42483) Avoid serializing database object in update.php

Change I96b4cfd4 changed the data being stored in updatelog, trying to
store the mangled parameters (which may included an added copy of the
DatabaseUpdater object itself) instead of the input parameters. This
causes warnings because database objects cannot be effectively
serialized.

Go back to storing the original input parameters instead.

Change-Id: I96e6dffed98772ebb9b812773ff2f608e7e40cb1
includes/installer/DatabaseUpdater.php