[nycphp-talk] Fails to enable dynamic library support
csnyder
chsnyder at gmail.com
Wed Jun 21 08:57:26 EDT 2006
On 6/21/06, Artzi, Yoav (Yoav) <artzi at avaya.com> wrote:
> In my phpinfo() I get (under standard):
> Dynamic Library support not available
> I can't seem to get PHP to be configured to allow dynamic libraries. My
> php.ini is:
> enable_dl="1"
> extension_dir="/usr/local/lib/php/extensions/no-debug-zts-20050922/"
> extension=logmanager.so
Try enable_dl = On ?
Seems like a silly difference.
Also, php enables dynamic extensions by default. The --disable-all in
your config call might be turning that off...?
More information about the talk
mailing list