Re: [PHP] Developing new PHP modules

2001-04-13 Thread Philip Olson
Some potentially useful links : Zend API Documentation : - http://www.zend.com/zend/api.php Extending PHP : -

Re: [PHP] Developing new PHP modules

2001-04-13 Thread Bo Kleve
There was an article in the January 2001 issue of Webtechniques (http://www.webtechniques.com) titled "Extending PHP" where Sterling Hughes builds a module for converting between Roman and Arabic numerals. /BoK >"Carlos SerrĂ£o" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL

Re: [PHP] Developing new PHP modules

2001-04-10 Thread Yasuo Ohgaki
If you take a look at PHP source code, you'll find some description for making new modules. I think you need to read source to understand how to code a new module. Not much descriptions, but PHP manual has section for it, too. I use emacs to browse C/C++ sources, but you can use lxr.php.net or cv