Subject: CVS commit: pkgsrc/lang
From: Emmanuel Dreyfus
Date: 2018-12-07 02:54:53
Message id: 20181207015453.347F6FB16@cvs.NetBSD.org

Log Message:
Link PHP with shared libsqlite3 isntead of built-in

We used to build PHP with its built-in, statically linked libsqlite3. When
used in an executable with dynamically looaded modules such as Apache, some
module may load a shared libsqlite3, which has the same symbols as PHP's
built-in libsqlite3. This causes unreliable cross-version calls and is
source of crashes.

The fix is to disable PHP's built-in libslite3 and always use an external,
shared libsqlite3.

Files:
RevisionActionfile
1.12modifypkgsrc/lang/php70/Makefile.php
1.11modifypkgsrc/lang/php71/Makefile.php
1.9modifypkgsrc/lang/php72/Makefile.php