Wah Jong wrote: > Dear all, > > After having looked into the strace code further, I have noticed one > of thing, that is missing filename eventually. I'm looking forward to > getting your help. > > script location to be executed > /home/httpd/devel/tuncow/phpinfo.php > > [snip] > > > ################ Problem right here ############ > Why is there a dash symbol above instead of filename phpinfo.php ? It's fairly standard to use "-" as an input filename to mean standard input, but either PHP doesn't honour this (i.e. it only reads from stdin if no filename is given), or something is being called incorrectly.
That's just a first guess though. > > [snip] > > > Thanks > Wah Jong > ------------------------------------------------------------------------ > > _______________________________________________ > suPHP mailing list > [email protected] > https://lists.marsching.com/mailman/listinfo/suphp >
_______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
