2009/2/5 Terry Braun <t...@talking.com>: > Thanks to everyone for the help. One last hopefully quick and not too naive > question - can I just exec php and pipe input and output? There is probably > some good reason that is not obvious to me. > terry
Some reasons would be: * limited $_SERVER environment * No $_GET, $_POST, $_REQUEST or $_COOKIE * headers() will be of no use * sessions would be a challenge to implement (because there is no access to headers for cookies) - Andrew Rose http://andrew-rose.blogspot.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php