From:             [EMAIL PROTECTED]
Operating system: Mac OS X
PHP version:      4.1.1
PHP Bug Type:     Dynamic loading
Bug description:  Dynamic Library support not available

It seems as though ALL PHP versions that I have tried on the new Mac OS X
don't support dynamic library support.  This means that extensions cannot
be loaded at startup time OR with the dl() function call.  Its extremely
important that this function works in order for my software to work.  When
I run phpinfo.php this is the message that shows up:

Dynamic Library support not available

However, this statement isn't true.  Darwin and Mac OS X definitely
supports dynamic loading of libraries.  Mac OS X lets you either use
".dylib" or ".so" extensions.  ".so" is the one that you want.  For
example, Apache can load modules at startup, so why can't PHP?
-- 
Edit bug report at http://bugs.php.net/?id=15741&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15741&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15741&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15741&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15741&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15741&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15741&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15741&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15741&r=submittedtwice

Reply via email to