Is it possible to create PHP extensions with Haskell?
Usually PHP extensions are written using C. Is using Haskell FFI to provide functionality for a stub C extension possible (or even a good idea)?
What are the caveats to such an approach? Does Zend perform some magic in the background that would disrupt such a scheme?