[PHP-DEV] 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,

_
Carlos Serro  [EMAIL PROTECTED]
 http://www.carlos-serrao.com
DCTI - IS/IT DepartmentIS/IT Research and Development
ADETTI/ISCTE - Av.Forcas Armadas 1600-082 LISBOA Portugal
Tel.: +351217903064/+351217903901 Fax:  +351217935300


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Developing new PHP modules

2001-04-10 Thread Sebastian Bergmann

Carlos Serro wrote:
 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

  This is the place to be, you're 100% right here. Welcome!

 (documentation, source-code, ...) ?

  - http://www.zend.com/zend/api.php
  - ext/skeletton in CVS

-- 
 sebastian bergmann[EMAIL PROTECTED]
   http://www.sebastian-bergmann.de

 bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Developing new PHP modules

2001-04-10 Thread Hartmut Holzgraefe

Sebastian Bergmann wrote:
   - ext/skeletton in CVS
nope, theese are only templates for the php4/ext/ext_skel script
documented in php4/README.EXT_SKEL
use ext_skel to generate code stubs for a new extension and have a
look at what it gives you

and the php4/apidoc.txt and php4/apidoc-zend.txt might help a bit, too



-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]