Re: [PHP-DEV] Build changes - dynamic exports

2002-03-19 Thread Stanislav Malyshev
SS>> Should work fine now Does work fine. Thanks :) -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Build changes - dynamic exports

2002-03-19 Thread Sascha Schumann
Should work fine now On Tue, 19 Mar 2002, Jani Taskinen wrote: > > Sascha? > > --Jani > > > On Tue, 19 Mar 2002, Stanislav Malyshev wrote: > > >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 u

Re: [PHP-DEV] Build changes - dynamic exports

2002-03-19 Thread Jani Taskinen
Sascha? --Jani On Tue, 19 Mar 2002, Stanislav Malyshev wrote: >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 l

[PHP-DEV] Build changes - dynamic exports

2002-03-19 Thread Stanislav Malyshev
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,