PHP OpenSwoole HTTP Server - Refactor 1

1 year ago
20

9 minutes of PHP OpenSwoole HTTP Server - Refactor 1

Observation: We had some other refactors within videos in the past, but this is the first video specific for this.

At this video we will:

- Refactor our command tests to properly handle outputs for future tests,
- Refactor Session Middleware so it supports PHP 8.2 "Deprecate dynamic properties" RFC (https://wiki.php.net/rfc/deprecate_dynamic_properties).

Source: https://github.com/lotharthesavior/sample-swoole/tree/fa731e2516aa638fe58fae34cdd024b17ce6da4f

References:

Deprecate dynamic properties RFC: https://wiki.php.net/rfc/deprecate_dynamic_properties

Loading comments...