-1

When I type:

php -info

I get this error message:

Could not open input file: o

I have php 5.4 installed. Trying to find info to configure IIS.

hakre
  • 193,403
  • 52
  • 435
  • 836
mmv_sat
  • 458
  • 8
  • 15

2 Answers2

1

This was easy. Found the answer in an IIS forum. http://forums.iis.net/t/1189386.aspx?Installing+PHP+on+IIS7

The -info flag has been depreciated. Its just -i now

mmv_sat
  • 458
  • 8
  • 15
0

Try php -i.

php -info will be interpreted as php -inf o so cause that error.

Timothy
  • 4,467
  • 5
  • 28
  • 51