-
Notifications
You must be signed in to change notification settings - Fork 130
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
Not working after upgrade to PHP 7.3.0 #63
Comments
I can confirm this. Edit: I installed PsyShell separately, and the same issue is present, so looks like it's a PsyShell bug. |
Here's a workaround that appears to work until the issue is addressed: |
This indeed seems to be a PsyShell problem but I'm going to leave this open to follow up. Please wait until they solve it so we can release a patch with their fix. |
In php.ini set |
Same issue. |
Same for me (copy paste from laravel/framework#26906)
Description:Tinker exit unexpectedly whatever you enter in it. Steps To Reproduce:with php7.3, it exit when I type:
with php7.2, it is ok:
tested with an other version of laravel as well (5.7.15) more info on my php version:
|
Same issue. |
I'm going to lock this issue here because I doubt that anyone can contribute something useful here besides reporting that they also have the issue. If you have feedback on how to solve this please post on the issue from PsyShell. |
I'm closing this issue as this isn't an issue with tinker itself. I've pinned the issue to the issue tracker for now so people who installed PHP with Homebrew can still find it easily. |
FYI: as of PHP 7.3.11 this seems to be finally fixed: bobthecow/psysh#540 (comment) |
Please advise if this is a PsyShell bug, in which case I will file this issue at their repo.
After upgrading PHP to 7.3.0 - latest version (and Xdebug to 2.7.0beta1 latest version compatible with PHP 7.3, in case it matters), tinker is no longer working. It launches correctly but I after I input a command it just exits with no error, nothing written to log file and status code 0.
The text was updated successfully, but these errors were encountered: