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 Serro" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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

 --
 Bo Kleve   Mail:  [EMAIL PROTECTED]
 Linkoping University   Phone: +46 13 281761
 Sweden Fax:   +46 13 284400



--
PHP General 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] 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   :
  -
  http://www.webtechniques.com/archives/2001/01/junk/

  Writing a simple PHP extension  :
  -
  http://www.uk.research.att.com/~qsf/phpmodule/ 

  A related post on extending PHP :
  -
  http://marc.theaimsgroup.com/?l=php-generalm=98033228530307

  Another response:
  -
  http://marc.theaimsgroup.com/?l=php-generalm=97865440227175


Also have a look around the archives for a few discussions on the matter,
there have been a few.

Regards,
philip

On Fri, 13 Apr 2001, Bo Kleve wrote:

 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 PROTECTED]...
  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 Serrão  [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
 
  --
  Bo Kleve   Mail:  [EMAIL PROTECTED]
  Linkoping University   Phone: +46 13 281761
  Sweden Fax:   +46 13 284400
 
 
 
 -- 
 PHP General 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]
 


--
PHP General 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] 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 cvs.php.net
to browse PHP source.

Regards,
--
Yasuo Ohgaki


"Carlos Serro" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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 General 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]



-- 
PHP General 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]