https://bz.apache.org/bugzilla/show_bug.cgi?id=62083

--- Comment #1 from Joe Orton <[email protected]> ---
Though we've tried to remove inter-module symbol dependencies there are still
cases where modules depend on symbols of another (mod_proxy_* in particular) so
even if APR allowed use of RTLD_LOCAL, httpd couldn't enable it everywhere.

Which version of PHP are you using?  I thought it used RTLD_DEEPBIND by default
now which fixed these issues - alternatively you could patch apr_dso_open to do
the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to