-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle][Process] 3.2.0 RC1: Webserver as run configuration in PhpStorm/IntelliJ #20565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This must be related to #19174.
|
Replacing So, no colored output if I use the run configuration. But the output is colored, if I use Additionally, after reloading the page a couple of times, the command exits with the following error:
Patch #20576 fixes everything for me: |
Then #20576 is the way to go. Thanks! |
PR updated to fix tests, can you please check again? |
Yes, the PR still works for me. I still have that problem with the command exiting suddenly after some reloads, though. But it seems to be independent from how I run it and whether I apply your patch or not, so I'll file a separate bug report about it. Right now, the PR makes things better for me. 👍 |
that's a segfault, we can't do anything about it on Symfony side, this is a php engine issue... |
@derrabus If you are using PHP 7.1RCx, the segfaults are indeed a bug in PHP. |
I've opened #20580 for this issue. I can try to reproduce it with php 7.0 later, if that helps. |
…rekas) This PR was merged into the 2.7 branch. Discussion ---------- [Process] Do feat test before enabling TTY mode | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20565 | License | MIT | Doc PR | - Commits ------- 69bfbbf [Process] Do feat test before enabling TTY mode
It has always been handy for me to configure the
server:run
command as a run configuration in PhpStorm. This way, I can launch the webserver with a single click and relaunch or stop it from within the IDE.After upgrading to Symfony 3.2, this run configuration has stopped working. When launching it, it stops immediately the following error message:
Running the command in a normal shell still works, though.
System: macOS 10.12.1, php 7.1.0 RC6.
The text was updated successfully, but these errors were encountered: