I have noticed that somewhere after 4.1.2 PHP build process was changed 
and now PHP does not export dynamic symbols (dlopen on .so that uses 
PHP/Zend symbols fails). Adding -Wl,-export-dynamic fixes this - at least 
on Linux - but I want to understand: a) what was the change that brought 
to it, b) why it was done, was it intentional or just an omission and c) 
what is the most effective way to fix that?

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to