ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Build extensions easily #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Extensions are easily the most important part of code-generation, since
they are how we get applications speaking to mod_php. README.apache details
how to create an extension, and run it from the web server. Its not
automatic, but it should be.

I believe the constant initializations also happen in the main() method,
which isnt called by extentsions. It should move to the __MAIN__ method.

Original issue reported on code.google.com by paul.biggar on 18 Sep 2008 at 11:14