DLL (dynamically Loaded Libraries) are created from compiled code,
I'd say you have very little chance of creating a dll from php code
which isn't compiled
While it is possible to compile PHP into DLLs (Phalanger
can do that), there is no guarantee that those DLLs
will be usable by PHP.
I'd say you have very little chance of creating a dll from php code
which isn't compiled
While it is possible to compile PHP into DLLs (Phalanger
can do that), there is no guarantee that those DLLs
will be usable by PHP.