Re: [PHP-DEV] PHP module creation

2002-03-04 Thread Steven J. Sobol
oo. I think it's pretty cool, but then I'm a bit of an oddball... > -Rasmus > > On Mon, 4 Mar 2002, Steven J. Sobol wrote: > > > On Sun, 3 Mar 2002, Rasmus Lerdorf wrote: > > > > > Make sure you have: > > > > > > PHP_

Re: [PHP-DEV] PHP module creation

2002-03-04 Thread Steven J. Sobol
On Sun, 3 Mar 2002, Rasmus Lerdorf wrote: > Make sure you have: > > PHP_EXTENSION(exif, $ext_shared) > > in your config.m4 and then simply do: > > ./configure --with-foo=shared > > You will find it in your ./modules directory. I haven't tried this yet. I will later. I did find phpize, whic

Re: [PHP-DEV] PHP module creation

2002-03-04 Thread Steven J. Sobol
On Sun, 3 Mar 2002, Steven J. Sobol wrote: > > I've followed the instructions at http://www.zend.com/apidoc/ > and generated test code for a php extension, and can get it to compile > into a PHP binary, but I'm having difficulty finding the info I need to > get it to co

Re: [PHP-DEV] PHP module creation

2002-03-03 Thread Steven J. Sobol
On 3 Mar 2002, Lars Torben Wilson wrote: > On Sun, 2002-03-03 at 17:30, topside wrote: > > Where can I get information/documentation on creating my own PHP modules in > > C? I basicly just want to use some C functions within PHP - so I figure I > > can write a PHP module with functions which use