[PHP] Re: Extending PHP

2003-01-23 Thread J Smith
Look at PEAR's PECL project: http://cvs.php.net/cvs.php/pear/PECL J Mh wrote: I am looking for 3d party extensions of PHP like PHPTurbine. Anything will do, I am just curious whats available. Anyone know of any sites dedicated to PHP extensions that I can look at? Thanks Mh --

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 a make

[PHP] Re: Extending PHP

2002-01-15 Thread Yasuo Ohgaki
Anas Mughal wrote: I am looking into building a dynamically loadable module under PHP4. The documentation on extending PHP4 is unclear or is missing instructions on how to generate dynamic loadable module file. I have followed the instructions but I can't seem to be able to create the

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

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