"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
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
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
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
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
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