-
Notifications
You must be signed in to change notification settings - Fork 306
Your FrankenPHP binary version (1.0.3) may be incompatible with Octane #928
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
fixed it myself by using FROM dunglas/frankenphp:1.2.2-php8.3.9, but xdebug doesnt seem to work. Do i need to change anything for it to work? I can see it being enabled in phpinfo and the modes are also correct. Works with apache, just not with frankenphp
|
@dunglas what's needed here? |
This seems to be the same issue as dunglas/frankenphp#931 (comment) Maybe should we add a special flag for XDebug? |
@dunglas I'm not sure about the specifics needed for Octane but anything to above the above issue is welcome yeah. |
Basically, we have to disable the worker mode and run in "normal" (CGI-like) mode when using Xdebug. A feature that will allow us to use the worker mode with Xdebug is being developed by Xdebug, but in the meantime, it could be nice to add a flag to disable the worker mode. Something like |
Octane Version
1.0.3
Laravel Version
11.8.0
PHP Version
8.3
What server type are you using?
FrankenPHP
Server Version
1.0.3
Database Driver & Version
No response
Description
Using the latest laravel version as of today.
WARN Your FrankenPHP binary version (1.0.3) may be incompatible with Octane.
Using FROM dunglas/frankenphp:1.0-php8.3
Steps To Reproduce
see above
The text was updated successfully, but these errors were encountered: