sveneld commented on PR #2942:
URL: https://github.com/apache/thrift/pull/2942#issuecomment-1980223423
@pkvach currently I have a trouble when running all tests together
```
Thrift\Exception\TException : TPhpStream: Could not open php://input
/opt/project/lib/php/lib/Transport/TPhpStream.php:62
/opt/project/lib/php/test/Unit/Lib/Transport/TPhpStreamTest.php:67
```
i added var_dump(error_get_last()); and it showed me such error.
```
array(4) {
'type' =>
int(2)
'message' =>
string(89) "Zend OPcache can't be temporary enabled (it may be only
disabled till the end of request)"
'file' =>
string(19) "Standard input code"
'line' =>
int(105)
}
```
Maybe you have any idea how to fix of how to debug it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]