You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
The text was updated successfully, but these errors were encountered:
boooyu44
changed the title
Library no working on PHP 7.3.4-2/Debian 10
Library not working on PHP 7.3.4-2/Debian 10
Sep 14, 2019
boooyu44
changed the title
Library not working on PHP 7.3.4-2/Debian 10
Library not working on PHP 7.3.4-2/Debian 10 - "Undefined Offset 2"
Sep 14, 2019
boooyu44
changed the title
Library not working on PHP 7.3.4-2/Debian 10 - "Undefined Offset 2"
"Undefined Offset 2" PHP 7.3.4-2/Debian 10
Sep 14, 2019
The issue is in the regex pattern which does not accept the string starting with "HTTP 2 " (it expects HTTP number.number ...). Solved by (making a fork and) replacing the regex pattern like this in Bitpay/Client/Response.php
While trying to create invoice the library has problem parsing response. Looks critical as it triggers exception with "undefined offset 2"
More details and stack trace on the image
https://i.imgur.com/zScVIWg.png
https://i.imgur.com/4Cnmaab.png
PHP 7.3.4-2/Debian 10
The text was updated successfully, but these errors were encountered: