We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
编译 swoole 时设置 ./configure --enable-sockets 之后, socket_create() 方法返回的类型是 Swoole\Coroutinue\Socket 对象。现遇到问题,monolog 使用 SyslogUdpHandler 的时候,对 socket 的判断就会出问题。
./configure --enable-sockets
socket_create()
Swoole\Coroutinue\Socket
monolog
SyslogUdpHandler
判断代码:
https://github.com/Seldaek/monolog/blob/f2f66cd480df5f165391ff9b6332700d467b25ac/src/Monolog/Handler/SyslogUdp/UdpSocket.php#L60-L66
The text was updated successfully, but these errors were encountered:
Fix bug #4657 (#4661)
8b06297
* fix bug #4657 * test * test * test * optimize code * test
已经 fix 了 @huangdijia
Sorry, something went wrong.
坐等发版,感谢
NathanFreeman
No branches or pull requests
编译 swoole 时设置
./configure --enable-sockets
之后,socket_create()
方法返回的类型是Swoole\Coroutinue\Socket
对象。现遇到问题,monolog
使用SyslogUdpHandler
的时候,对 socket 的判断就会出问题。判断代码:
https://github.com/Seldaek/monolog/blob/f2f66cd480df5f165391ff9b6332700d467b25ac/src/Monolog/Handler/SyslogUdp/UdpSocket.php#L60-L66
The text was updated successfully, but these errors were encountered: