Skip to content

Commit

Permalink
Help the migration to openswoole v22 and later.
Browse files Browse the repository at this point in the history
Signed-off-by: Slavey Karadzhov <skaradzhov@perforce.com>
  • Loading branch information
slaff-at-zend committed Feb 5, 2024
1 parent 01a247d commit 9231655
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/book/v4/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ return [
```

If you are using Mezzio 3.11.0 or later, you can also use its `Mezzio\Container\FilterUsingXForwardedHeadersFactory` and related configuration to fine-tune which sources may be considered for usage of these headers.

## Support for OpenSwoole 22.0.x

INFO: Since 4.10.0 mezzio-swoole supports the use of openswoole PHP extension version 22.0 and later.

If your application has custom code that re-implements the function `swoole_set_process_name` then make sure to remove it.
This package will take care of the compatibility issues.

0 comments on commit 9231655

Please sign in to comment.