set serialize_precision to 17, current PHP default
Follow up to: https://gerrit.wikimedia.org/r/#/c/249018/ Bug: T116683 Change-Id: I6e8dfab473ae2c18e68c8e4360159c9cc0e09758
This commit is contained in:
parent
2cb813ff13
commit
71443707ad
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class PHPUnitMaintClass extends Maintenance {
|
|||
// Bug T116683 serialize_precision of 100
|
||||
// may break testing against floating point values
|
||||
// treated with PHP's serialize()
|
||||
ini_set( 'serialize_precision', 14 );
|
||||
ini_set( 'serialize_precision', 17 );
|
||||
}
|
||||
|
||||
public function execute() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue