-
Notifications
You must be signed in to change notification settings - Fork 34
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
Stuck formating with php 7.4 from xampp stack #69
Comments
Same here, I also have the same problem after installing php 7.4.6. |
I can't too make it work properly when formatting
in php 7.4. I get this with psr2 = true
so it breaks the code |
For if someones gets here with the same problem, add
to your phpfmt.sublime-settings and you're done. This rule is the one that will make you get into this error. |
not work for me |
i solve it downloading older version of php from: https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.2.31/ xampp-portable-windows-x64-7.2.31-1-VC15.zip Extranting only the php folder and renaming Like this: and configure like this:
And if you whant to run diferent Version of php; my recomendation: you must edit your apache httpd-xampp.conf; and add this to the end for every non-pre-installed version
Additional you must create Virtual Host, must edit httpd-vhosts.conf; and add at the end the new folder or path of the host; and the right settings:
Remember that if you do not have a registered domain you will also have to edit the file host and add it if it is local. C:\Windows\System32\drivers\etc
I am writing code in 3 different projects: |
I had an issue with phpfmt removing my PHP 7.4 typed properties visibility modifiers. Before formatting it was Namely add the following setting to your "excludes": [
"PSR2ModifierVisibilityStaticOrder"
], I could not find any dolution re this typed properties phpfmt issue so I just keep it here. |
i have updated version of xampp Stack in my Dev PC
old version is php 7.2
and actual php 7.4.6 version
when i try to formating with php 7.4.6 from xampp stack Sublime Text 3 is Stuck
i cant find any information in my PC to check around this stuck.
The text was updated successfully, but these errors were encountered: