Re: [PHP] Fails to enable dynamic library support

2006-06-21 Thread David Tulloh
>From the dl page of the manual, "Note: dl() is not supported in multithreaded Web servers..." By passing the --enable-maintainer-zts flag you are forcing PHP into running in multithreaded mode. David Artzi, Yoav (Yoav) wrote: > In my phpinfo() I get (under standard): > Dynamic Library support

Re: [PHP] Fails to enable dynamic library support

2006-06-21 Thread Chris
Artzi, Yoav (Yoav) 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

[PHP] Fails to enable dynamic library support

2006-06-21 Thread Artzi, Yoav \(Yoav\)
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 And myconfigure line is: '