On Fri, 14 Nov 2003, Sascha Schumann wrote:

>>     I was merely suggesting ways to make it work, or just get rid of it.
>>     This has nothing to do with the fact that when --enable-versioning
>>     is used shared extensions will not work. It was just one issue with it.
>
>    Either it is working as expected (symbols are not exported;
>    shared extensions don't work), or it is not (symbols are
>    exported; shared extensions are not affected).
>
>    So, which is it?

    I say again: PHP shared extensions has nothing to do with this.
    
    If you compile PHP 5 (or 4, or both) with --enable-versioning
    and load them in same apache, it will crash.
    
    It WILL work if you use libtool 1.5 or this patch:
    
      http://mail.gnu.org/archive/html/libtool/2002-07/msg00029.html
    
    (Provided you change some stuff in sapi/apache/mod_php5.c, of course)
    
    --Jani
    
    
    
    

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

Reply via email to