Subject | Re: [firebird-php] PHP extension problem |
---|---|
Author | Milan Babuskov |
Post date | 2008-05-06T11:29:09Z |
nilay2675 wrote:
./configure --with-interbase=shared,/path/to/firebird
that. Or you can just build the extension, without rebuilding the whole PHP:
http://www.firebirdfaq.org/faq191
--
Milan Babuskov
http://www.flamerobin.org
> I have developed a PHP extension in my machine(Linux 2.6.18-8.el5 #1"Does not work" in what way?
> SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux) which when
> I try to install in other machine (Linux 2.6.9-34.EL #1 Fri Feb 24
> 16:44:51 EST 2006 i686 i686 i386 GNU/Linux) does not work.
> The commands which i follow to compile PHP extension isI believe you need something like:
> phpize
> ./configure
./configure --with-interbase=shared,/path/to/firebird
> make all installYou can see the original configure line from phpinfo() output and use
>
> I have checked the versions of PHP in both machines. They are identical.
> Please help me if you have any idea about this issue.
that. Or you can just build the extension, without rebuilding the whole PHP:
http://www.firebirdfaq.org/faq191
--
Milan Babuskov
http://www.flamerobin.org