One Hat Cyber Team
Your IP :
216.73.216.182
Server IP :
203.175.9.166
Server :
Linux tanggamus.iixcp.rumahweb.net 5.14.0-427.28.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 2 03:44:10 EDT 2024 x86_64
Server Software :
LiteSpeed
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
cite5577
/
www
/
lib
/
pkp
/
lib
/
View File Name :
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');