I just installed PHP7 on my windows 10 machine from here (the thread safe 64 bit version) http://windows.php.net/download#php-7.0
I manually set the path to the php folder and set up the php.ini
.
Whenever I want to use the php command it just goes into the next line without doing anything. It doesn't even matter what arguments I type in. There is no error message so I am clueless on what could be the problem.
Here is what happens:
PS C:\Users\Jakob> php
PS C:\Users\Jakob> php cjasdf
PS C:\Users\Jakob>
Even if i navigate into the php folder and execute the php.exe nothing happens as well:
PS C:\php> .\php.exe
PS C:\php> .\php.exe aleass
PS C:\php>