Page MenuHomePhabricator

PHP Deprecated: trim()
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Install MediaWiki with PHP 8.1.1

What happens?:

PHP error log: PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /Users/dirkeinecke/..../includes/installer/WebInstaller.php on line 1071

Event Timeline

Reedy subscribed.

Can you advise which version of MW this is on please?

This function is a bit weird. It trims the value, and then later on checks to see if the value is null, which would be impossible since trim( null ) === ''

Can you advise which version of MW this is on please?

1.38.4

Change 838280 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/core@master] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838280

Change 838280 merged by jenkins-bot:

[mediawiki/core@master] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838280

Change 838819 had a related patch set uploaded (by Jforrester; author: Reedy):

[mediawiki/core@REL1_39] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838819

Change 838820 had a related patch set uploaded (by Jforrester; author: Reedy):

[mediawiki/core@REL1_38] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838820

Change 838819 merged by jenkins-bot:

[mediawiki/core@REL1_39] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838819

Change 838820 merged by jenkins-bot:

[mediawiki/core@REL1_38] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838820

Reedy claimed this task.

Change 838825 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/core@REL1_35] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838825

Change 838825 merged by jenkins-bot:

[mediawiki/core@REL1_35] WebInstaller: Don't try and run trim() on null

https://gerrit.wikimedia.org/r/838825