On Mon, 4 Mar 2002, Rasmus Lerdorf wrote:

> Yup, it is.  But you still need to add that PHP_EXTENSION line to your
> config.m4 if it isn't already there.

Did that. I actually got dl'ing of my test module working using phpize.
Wrote a function that displays info in phpinfo() too. 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_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, which is nice
> > to have because I don't necessarily want to have to have the entire source
> > tarball sitting there just to build one extension. Is the use of phpize
> > officially supported? Thanks
> >
> > --
> > JustThe.net LLC - Steve "Web Dude" Sobol, CTO      ICQ: 56972932/WebDude216
> > website: http://JustThe.net  email: [EMAIL PROTECTED]  phone: 216.619.2NET
> > postal: 5686 Davis Drive, Mentor On The Lake, OH 44060-2752  DalNet: ZX-2
> >
> >
> 
> 

-- 
JustThe.net LLC - Steve "Web Dude" Sobol, CTO      ICQ: 56972932/WebDude216
website: http://JustThe.net  email: [EMAIL PROTECTED]  phone: 216.619.2NET 
postal: 5686 Davis Drive, Mentor On The Lake, OH 44060-2752  DalNet: ZX-2



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to