[wp-trac] [WordPress Trac] #36310: a small fix for endless update nagging in latest hhvm

WordPress Trac noreply at wordpress.org
Wed Aug 10 13:21:04 UTC 2016


#36310: a small fix for endless update nagging in latest hhvm
-------------------------------+------------------------------
 Reporter:  natostanco         |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Upgrade/Install    |     Version:  3.7
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------

Comment (by ocean90):

 @natostanco Are you using PHP7 in strict mode? Found this issue for
 Guzzle: https://github.com/guzzle/guzzle/issues/1366

 {{{#!php
 <?php
 declare(strict_types=1);
 http_build_query( [], null, '&' );
 }}}

 produces a fatal error: `Uncaught TypeError: http_build_query() expects
 parameter 2 to be string, null given`

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36310#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list