I would like to extend PHP3 with a loadable module written in C. I have found the apidoc.txt, but it seems to assume much about a person's understanding of the API architecture of PHP. I DO NOT want to compile my libraries directly into PHP due to system administration issues.
Does anyone know some good resources for writting wrappers and API modules that can be loaded dynamically?
Thanks
tim