Roman
Roman
the REQUEST_URI will return the uri path only now. Should append with the query string if exists Discussion in swoole repo: https://github.com/swoole/swoole-src/issues/961 Swoole does not planning to add this feature...
Symfony added request uri validation and exception throwing in case of prohibited characters. Would like to see adequate handling of this exception or throw a more understandable exception ref: https://github.com/symfony/http-foundation/commit/168b77c71e6f02d8fc479db78beaf742a37d3cab#diff-de5d8eb3f1d6537c947f70e0a4673779312a902c083739f472c709c037bcbc30R366-R379...