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

[PHP] Developing new PHP modules

2001-04-10 Thread Carlos Serrão
Hi all, I don't know if I'm in the correct mailling list or not, but could someone provide me with some information about the developement of new PHP modules (documentation, source-code, ...) ? Thanks in advance. Best regards, _ Carlo