Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70822 invoked by uid 1010); 14 Nov 2003 17:21:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70754 invoked from network); 14 Nov 2003 17:21:14 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 14 Nov 2003 17:21:14 -0000 Received: from [80.142.182.13] (p508EB60D.dip.t-dialin.net [80.142.182.13]) by shiva.mind.de (Postfix) with ESMTP id 694DD97B60; Fri, 14 Nov 2003 18:21:07 +0100 (CET) Date: Fri, 14 Nov 2003 18:21:08 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <6971223406.20031114182108@marcus-boerger.de> To: Jani Taskinen Cc: Sascha Schumann , internals@lists.php.net In-Reply-To: References: <20031016091704.GA16511@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] --enable-versioning does not work (was: Re: [PHP-DEV] [PATCH] disallow --enable-versioning with shared modules) From: helly@php.net (Marcus Boerger) Hello Jani, Friday, November 14, 2003, 5:15:39 PM, you wrote: > 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) Since especially you Jani know the problems of upgrading build environment i suggest that for the moment we should use the patch then. Right ? -- Best regards, Marcus mailto:helly@php.net