Page MenuHomePhabricator

Job queue spews PHP Strict notices
Closed, ResolvedPublic

Description

Just a few of them running "php /var/www/w/maintenance/runJobs.php":

PHP Strict Standards: Declaration of FakeTitle::getFullURL() should be compatible with that of Title::getFullURL() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::getLocalURL() should be compatible with that of Title::getLocalURL() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::escapeLocalURL() should be compatible with that of Title::escapeLocalURL() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::escapeFullURL() should be compatible with that of Title::escapeFullURL() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::getInternalURL() should be compatible with that of Title::getInternalURL() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::isSemiProtected() should be compatible with that of Title::isSemiProtected() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::isProtected() should be compatible with that of Title::isProtected() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::userCan() should be compatible with that of Title::userCan() in /var/www/w/includes/FakeTitle.php on line 6
PHP Strict Standards: Declaration of FakeTitle::userCanEdit() should be compatible with that of Title::userCanEdit() in /var/www/w/includes/FakeTitle.php on line 6


Version: 1.14.x
Severity: enhancement

Details

Reference
bz16060

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:16 PM
bzimport set Reference to bz16060.
bzimport added a subscriber: Unknown Object (MLST).

Fixed function declarations for these methods in r42321