Re: [PHP] Re: Extending PHP

2002-01-16 Thread Yasuo Ohgaki
Anas Mughal wrote: > Yasuo, > I have created the module skeleton using the ext_skel > script. I don't have any problems doing that. > I am not able to create the dynamically loadable > module library. Were you ever able to create a > dynamically loadable module? > How did you do it? > Did you use

Re: [PHP] Re: Extending PHP

2002-01-15 Thread Yasuo Ohgaki
Anas Mughal wrote: > I presume you have created dynamically loadable > modules in PHP4. > If so, how do you create your module file? > Do you run a specific make command or do you build it > manually? > > Thanks for your help... > Again, read Zend API manual... You are also interested in README

Re: [PHP] Re: Extending PHP

2002-01-15 Thread Anas Mughal
I presume you have created dynamically loadable modules in PHP4. If so, how do you create your module file? Do you run a specific make command or do you build it manually? Thanks for your help... --- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > Anas Mughal wrote: > > I am looking into building a