Subject | Re: [firebird-php] Making PHP aware of Firebird |
---|---|
Author | Milan Babuskov |
Post date | 2003-08-05T18:31:20Z |
Scott Taylor wrote:
here's how I do:
- unpack php sources
- go to ext/interbase directory
- phpize
- ./configure
- make
I evertything goes well, you should have interbase.so file in "modules"
subdirectory.
--
Milan Babuskov
http://fbexport.sourceforge.net
> OK, I added the line:You have to build it from PHP source. There are many ways to do it,
>
> extension=interbase.so
>
> in the
> ;;;;;;;;;;;;;;;;;;;;;;
> ; Dynamic Extensions ;
> ;;;;;;;;;;;;;;;;;;;;;;
> section, just like the example there.
>
> Now I get this. :(
>
> Your php installation misses the interbase support!
> Recompile php and configure --with-interbase[=DIR]
> or edit your php.ini to load interbase.so respectively interbase.dll.
>
> So where do I get this interbase.so file? It doesn't come with
> interbase or firebird, that I can see.
here's how I do:
- unpack php sources
- go to ext/interbase directory
- phpize
- ./configure
- make
I evertything goes well, you should have interbase.so file in "modules"
subdirectory.
--
Milan Babuskov
http://fbexport.sourceforge.net