Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web.phpの_stream関数がPHP8を考慮して作られていないです。 #1288

Open
akira6464 opened this issue Oct 17, 2024 · 1 comment

Comments

@akira6464
Copy link

バージョンは3.8.2です。
Web.phpの444行目「$err=$tmp['message']」で、$tmpがNullだとエラーが発生します。

ご対応よろしくお願いします。

@pauljherring
Copy link

   427                  if (is_string($body)) {
   428                          $match=NULL;
[...]
   441                  }
   442                  else {
   443                          $tmp=error_get_last();
   444                          $err=$tmp['message'];
   445                  }

Apparently error_get_last() (443) is returning null under whatever circumstances the OP is running under...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants