[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
kesmas
/
33018
/
lib
/
pkp
/
lib
/
[
Home
]
File: guzzle-php8.1.diff
diff -u -r src/Client.php src/Client.php --- src/Client.php 2020-06-16 14:01:06.000000000 -0700 +++ src/Client.php 2022-10-18 19:08:55.804227476 -0700 @@ -442,7 +442,7 @@ if (isset($options['query'])) { $value = $options['query']; if (is_array($value)) { - $value = http_build_query($value, null, '&', PHP_QUERY_RFC3986); + $value = http_build_query($value, '', '&', PHP_QUERY_RFC3986); } if (!is_string($value)) { throw new \InvalidArgumentException('query must be a string or array');