configure of php itself or the extension module?

On Tuesday 02 July 2002 21:45, George Schlossnagle wrote:
> Actually, if you run configure with
>
> --with-sqlanywhere=shared, that directive should be added to config.h
>
> On Tuesday, July 2, 2002, at 03:42 PM, Torsten Curdt wrote:
> > On Tuesday 02 July 2002 21:31, George Schlossnagle wrote:
> >> You need to do a
> >>
> >> ZEND_GET_MODULE(modulename);
> >>
> >> in yor extension.
> >
> > That did it!! :-))
> >
> > Thanks I found a
> >
> > #ifdef COMPILE_DL_SQLANYWHERE
> > ZEND_GET_MODULE(sqlanywhere)
> > #endif
> >
> > in the code. I only needed to removed the preprocessor instructions!
> > Thanks you soooo much!
> > --
> > Torsten
>
> // George Schlossnagle
> // Principal Consultant
> // OmniTI, Inc          http://www.omniti.com
> // (c) 240.460.5234   (e) [EMAIL PROTECTED]
> // 1024D/1100A5A0  1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100 A5A0


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

Reply via email to