Last modified: 2014-01-10 02:30:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T61880, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59880 - PHP Warning: http_build_query() expects at most 3 parameters, 4 given in MultiHttpClient.php on line 182
PHP Warning: http_build_query() expects at most 3 parameters, 4 given in Mul...
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: High minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-09 20:11 UTC by Sam Reed (reedy)
Modified: 2014-01-10 02:30 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2014-01-09 20:11:56 UTC
PHP Warning:  http_build_query() expects at most 3 parameters, 4 given in /usr/local/apache/common-local/php-1.23wmf10/includes/libs/MultiHttpClient.php on line 182
Comment 1 Sam Reed (reedy) 2014-01-09 20:20:47 UTC
Quite a few of these spewing out
Comment 2 Sam Reed (reedy) 2014-01-09 20:23:03 UTC
$query = http_build_query( $req['query'], '', '&', PHP_QUERY_RFC3986 );

function http_build_query (array $formdata, $numeric_prefix = null, $arg_separator = null, $enc_type = PHP_QUERY_RFC1738) {}

http://www.php.net/manual/en/function.http-build-query.php

PHP 5.4 - The enc_type parameter was added.
Comment 3 Sam Reed (reedy) 2014-01-09 20:24:35 UTC
Caused by https://gerrit.wikimedia.org/r/#/c/101226/ as WMF doesn't use PHP 5.4 yet
Comment 4 Kevin Israel (PleaseStand) 2014-01-10 02:29:51 UTC
Appears to have been fixed in Gerrit change #106624.
Comment 5 Aaron Schulz 2014-01-10 02:30:58 UTC
(In reply to comment #4)
> Appears to have been fixed in Gerrit change #106624.

Thanks, I thought I linked that in a comment here...

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links