On Thu, 06 Feb 2003 13:22:28 -0500, Bill Stoddard wrote: > > Of course you still won't be able to embed php scripts in SSI tags (w/o > doing unnatural things) but who really cares?
how so? if we just make a rule saying that sub-requests don't get post data then we could handle multiple php scripts (same as how CGI does). my major concern is a php-script creating subrequests which include other php-scripts. forcing php to be re-entrant. is php re-entrant? or does it use globals/thread specific storage. if it does than php can not be used in a subrequest. > > Bill
