Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5470 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47145 invoked by uid 1010); 14 Nov 2003 16:15:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47080 invoked from network); 14 Nov 2003 16:15:41 -0000 Received: from unknown (HELO smtp1.pp.htv.fi) (212.90.64.119) by pb1.pair.com with SMTP; 14 Nov 2003 16:15:41 -0000 Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp1.pp.htv.fi (Postfix) with ESMTP id A3D0080308; Fri, 14 Nov 2003 18:15:40 +0200 (EET) Received: from [192.168.0.101] (cs181008.pp.htv.fi [213.243.181.8]) by posti.pp.htv.fi (8.11.1 (Revision 1.5+JAGae91741+JAGae92668) /8.11.1) with ESMTP id hAEGFeS14846; Fri, 14 Nov 2003 18:15:40 +0200 (EET) Date: Fri, 14 Nov 2003 18:15:39 +0200 (EET) Reply-To: Jani Taskinen To: Sascha Schumann Cc: internals@lists.php.net In-Reply-To: Message-ID: References: <20031016091704.GA16511@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: --enable-versioning does not work (was: Re: [PHP-DEV] [PATCH] disallow --enable-versioning with shared modules) From: sniper@iki.fi (Jani Taskinen) 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