You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add configurable opcache clearing and static file serving options (#1035)
* Add configurable opcache clearing and static file serving
- Add octane.swoole.clear_opcache configuration option (defaults to true)
- Add octane.serve_static_files configuration option (defaults to true)
- Maintain backward compatibility with existing behavior
- Add comprehensive unit tests for both features
These configurations provide better control over Octane's behavior in different deployment scenarios, particularly useful for Docker environments and API-only applications where static file handling may not be required.
* Fix StyleCI issues
- Remove extra blank lines
- Fix spacing around operators (! operator)
- Maintain consistent code style
* Fix missing newline at end of file
* Remove trailing empty line
* Update OnWorkerStart.php
* Update SwooleClient.php
---------
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments