Entry
what is 'Fatal error: input in flex scanner failed in - on line 1' when building a FastCGI for Zeus Webserver (fcgirunner)?
Dec 31st, 2001 05:09
Sina Khelil,
The problem occurs because you may have had an older version of he php
binary on your machine which may not have been FastCGI compatible and
when launching the fcgirunner you get 'Fatal error: input in flex
scanner failed in - on line 1' which is rather cryptic... I discovered
this by running the php binary with a php file which contained 'phpinfo
()' command and looked at the output... gottaa make sure that the API
reads FastCGI or else it will not work with the fcgirunner...