Subject Re: [firebird-php] PHP 5.2.5 with FB 2.1
Author marius popa
On Jan 25, 2008 11:52 AM, Jiri Cincura <diskuze@...> wrote:

> On 1/25/08, Milan Babuskov <milanb@... <milanb%40panonnet.net>>
> wrote:
> > --with-interbase=shared,/opt/firebird
>
> Hmm, with shared it works. I'm building everything static. What's the
> difference (advantage) of having this dynamic in PHP (sorry, I'm not
> Linux guru)?
>



>
>
> Thanks.
>
> --
> Jiri {x2} Cincura (Microsoft Student Partner)
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>
>

you can load the .so modules from the ini
also you can compile the modules separately without recompiling the full php


http://www.php.net/install.unix

"This will create a libphp4.so shared library for Apache, but it will also
create a pgsql.so shared library that is loaded into PHP either by using the
extension directive in php.ini file or by loading it explicitly in a script
using the dl() <http://www.php.net/manual/en/function.dl.php> function."


dl() function seems to be deprecated (highly insecure) and seems the source
for an rootkit infestation
http://www.linux.com/feature/125548



--
developer flamerobin.org


[Non-text portions of this message have been removed]