Good work, Dossy!
Wow, I hadn't realized the PHP engine design was that brain-dead. Hm,
if someone really needed to be able to call PHP from Tcl, would there
be some relatively easy way to make that work reasonably efficiently?
Back in 2000, Jim Davidson mentioned Digital City's
Proxy,
which is basically a separate tclsh helper process, which can send
messages back and forth to AOLserver, and which forks on demand so
that the main AOLserver process doesn't have to. Seems like that sort
of thing would be useful for running PHP commands as well?