> One question: I run php4 directly - without phpstub - as described in > the guide. Could this lead to problems? It seem to return the correct > headers. A "php4 < phptest.php" returned: > > X-Powered-By: PHP/4.1.2 > Content-type: text/html > > <html> > <body> > 46 mal > </body> > </html> >
In my case(s) it leads to a side-effect: the line "Content-type: text/html" is displayed by browser in front of script's output. Janusz
