faqts : Computers : Programming : Languages : PHP : Installation and Setup : PHP4

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 57 people (18%) answered Yes
Recently 2 of 10 people (20%) answered Yes

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...