FreeBSD Bugzilla – Attachment 207953 Details for
Bug 240931
devel/libphutil: Exception when using with newer PHP (deprecated use of `implode()')
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
utils/utils.php: patch to fix call oder
file_240931.txt (text/plain), 378 bytes, created by
Lutz Donnerhacke
on 2019-09-30 07:24:29 UTC
(
hide
)
Description:
utils/utils.php: patch to fix call oder
Filename:
MIME Type:
Creator:
Lutz Donnerhacke
Created:
2019-09-30 07:24:29 UTC
Size:
378 bytes
patch
obsolete
>--- utils/utils.php 2019-09-30 09:14:36.522726000 +0200 >+++ utils/utils.php~ 2019-08-31 16:54:35.000000000 +0200 >@@ -1703,7 +1703,7 @@ > list($key, $value) = phutil_http_parameter_pair($key, $value); > $query[] = rawurlencode($key).'='.rawurlencode($value); > } >- $query = implode('&', $query); >+ $query = implode($query, '&'); > > return $query; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240931
: 207953