This topic is locked
[SOLVED]

 Syntax checker no longer working in 9.8?

11/1/2018 6:12:13 AM
PHPRunner General questions
S
steveh author

Not sure if it's my PC but at some point in the last few updates the php syntax checker seems to have stopped working?
Always returns Ok regardless of whether there are any errors.
Does anybody else see this?

admin 11/1/2018

Still works here:

S
steveh author 11/2/2018

This is what I see, does it have any external dependencies that I may have nuked?

S
steveh author 11/2/2018

Ok, problem solved, it's a missing dll, visual c runtime msvcr110.dll, there's a copy in the EmbeddedServer\bin directory, but not in the validation directory which is where phprunner shells to validate the code.
If you've got the correct version of the runtime installed then fine, otherwise, copy it like so:-
copy EmbeddedServer\bin\msvcr110.dll .\validation\