I wrote a php4 module that I have been distributing as a .so file that allows people to dynamicly add my functions to their php4 installs. I have one customer now who needs it for php3. I download the source code but have not been able to figure out how to make a standalone module for php3. Is there anyone out there who can help or knows where I might find documentation on how to write a runtime loadable module for php3 or how to backport one from php4.
Much thanks.