Re: [PHP-DOC] basic questions

2001-02-02 Thread Hartmut Holzgraefe
"Egon Schmid (@vacation)" wrote: > > > i guess you used ext_skel to create the base for your extension? > > > > > > if you did so and have generated function stubs using the prototype > > > file mechanism you can use ext_skel to generate an XML-template > > > for your extension > But this will onl

Re: [PHP-DOC] basic questions

2001-02-02 Thread Egon Schmid (@vacation)
Sergey Kartashoff wrote: > > On Fri, 2 Feb 2001, Hartmut Holzgraefe wrote: > > > i guess you used ext_skel to create the base for your extension? > > > > if you did so and have generated function stubs using the prototype > > file mechanism you can use ext_skel to generate an XML-template > > fo

Re: [PHP-DOC] basic questions

2001-02-02 Thread Sergey Kartashoff
On Fri, 2 Feb 2001, Hartmut Holzgraefe wrote: > i guess you used ext_skel to create the base for your extension? > > if you did so and have generated function stubs using the prototype > file mechanism you can use ext_skel to generate an XML-template > for your extension ... Thank you very much

Re: [PHP-DOC] basic questions

2001-02-02 Thread Hartmut Holzgraefe
Sergey Kartashoff wrote: > > Hi! > > I am novice in writing documentation for php. > So i decided to write here my questions. > > Currently i writing new php extension. > It is already working and uploaded into php cvs tree. > > Now i should create documentation about this module, it

Re: [PHP-DOC] basic questions

2001-02-02 Thread Egon Schmid (@vacation)
Sergey Kartashoff wrote: > Currently i writing new php extension. > It is already working and uploaded into php cvs tree. > > Now i should create documentation about this module, its > installation requirements, abount function it exports, and so on. > > Could anyone explain me step-b

[PHP-DOC] basic questions

2001-02-02 Thread Sergey Kartashoff
Hi! I am novice in writing documentation for php. So i decided to write here my questions. Currently i writing new php extension. It is already working and uploaded into php cvs tree. Now i should create documentation about this module, its installation requirements, abount func