Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2017 03:06:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 219445] www/mod_auth_mysql_another segfaults when PHP mysql is compiled with ZTS (Thread-Safety)
Message-ID:  <bug-219445-16115-MOg8Fbsq8d@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219445-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219445-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
amistry@am-productions.biz has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to apache@FreeBSD.=
org:
Bug 219445: www/mod_auth_mysql_another segfaults when PHP mysql is compiled
with ZTS (Thread-Safety)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219445



--- Description ---
Created attachment 182789
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182789&action=
=3Dedit
Link against thread-safe libmysqlclient

When this module is built and PHP is also build with ZTS (Thread-Safety) th=
en
this will cause Apache to segfault.   Forcing it to link against the _r
thread-safe version of the libmysqlclient library fixes the problem.  A cru=
de
patch is attached, but there should be a better way to specify WITH_THREADS=
 or
something like that.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219445-16115-MOg8Fbsq8d>