On Thu, 12 Jul 2007, Tijnema wrote: > On 7/12/07, Richard Lynch <[EMAIL PROTECTED]> wrote: > > > Other problems: > > > > Getting 2 PHP modules to co-exist without tromping on each others' > > symbols is, I think, the show-stopper... > > Both modules are different files, and only one will be dynamically > loaded by dlopen(), that works fine right? or do I forget something?
You forget that the symbol names in both shared objects are still the same. If you have that you get *major* issues when running the code. So no, it does not work fine. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php