Closed roquie closed 5 years ago
https://github.com/igniphp/network works normally with standard examples.
Fucking magic!
Swoole falls when validating headers with usage \Zend\Diactoros\HeaderSecurity::isValid()
method. While starting the preg_match
function. But, if i want reproduce this behavior without Igni framework , – all works. WHAT IS IT!?
@roquie Thanks for rising the issue, I will look at it soon.
Fixed by swoole authors (4.3.3 works fine).
If run framework with PHP 7.3 and Swoole, I got the following error:
How to reproduce?
cd examples && php build_in_server_example.php
I watch this behavior from PHP 7.3.0 version and Swoole 4.2.7. Probably this bug is a framework bug.