Ask a Question related to PHP Development, Design and Development.
-
Marcus Boerger #1
Re: [PHP-DEV] --enable-versioning does not work (was: Re: [PHP-DEV] [PATCH] disallow --enable-versioning with shared modules)
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:> [url]http://mail.gnu.org/archive/html/libtool/2002-07/msg00029.html[/url]Since especially you Jani know the problems of upgrading build environment i> (Provided you change some stuff in sapi/apache/mod_php5.c, of course)
suggest that for the moment we should use the patch then. Right ?
--
Best regards,
Marcus mailto:helly@php.net
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Marcus Boerger Guest
-
mod_jrun20.so: cannot enable executable stack as shared
I have been running ColdfusionMX6.1 on a Fedora Core 3 machine. I did some YUM updates and now I get this error when trying to start httpd: ... -
[PHP-DEV] --enable-versioning does not work (was: [PHP-DEV] [PATCH] disallow
On Fri, 14 Nov 2003, Sascha Schumann wrote: I say again: PHP shared extensions has nothing to do with this. If you compile PHP 5 (or 4, or... -
[PHP-DEV] [PATCH] disallow --enable-versioning with shared
Heh, too bad I remembered this mail after spending some hours trying to get php4 + php5 work as DSO on same apache. :) I have both enabled now and... -
[PHP-DEV] [PATCH] disallow --enable-versioning with shared modules
--enable-versioning requests that the linker just exports certain entries in the dynamic symbol table; this is not compatible with the use of... -
[PHP-DEV] PATCH: enable disable_functions per dir
--nextPart2125844.vAkeArBzBx Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8Bit Hello everyone! I made a patch...



Reply With Quote

