Strange IML Sources / Classes JRE Path Change - file://C:/Windows/System32 ?? (PS-171.3566.28)

Answered

The latest EAP, PS-171.3566.28, changed an IML line to this - is that right?

0
9 comments

Today, seemingly out of nowhere that same entry changed to c:/Windows.

 

0

Do you have anything suspicious in Settings | Languages & Frameworks | PHP | PHP Include?

0

Suspicious like what? And it just changed back to c:/Windows/System32!

 

0

Please remove the first "dot" entry, it was added because of a bug.

0

Actually, we have that in our php.ini file:

include_path=".;"

But even so, that has been in PHPStorm for years.

0

So that does remove the c:/Windows entry completely, but again, that dot entry has been in PS literally for years.

0

That's strange, as the bug was introduced with 2016.3.x: https://youtrack.jetbrains.com/issue/WI-34845

0

Have you found a fix for this?

<root url="file://C:/Windows/System32" />

We have .idea folder on version control and if you open the project on windows system those 2 line will be added and when opened on Linux the lines will be removed. I don't want to remove the file from version control so we can all have the same directory settings.

0

@COTET CRISTIAN STEFAN 

See https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000095790/comments/115000140290 (remove "dot" entry from "PHP Include Paths" if you have it there) -- that should do the job (the only known to me reason for having such odd paths added there)

 

0

Please sign in to leave a comment.