--- - branch: MAIN date: Fri Dec 7 01:54:53 UTC 2018 files: - new: '1.12' old: '1.11' path: pkgsrc/lang/php70/Makefile.php pathrev: pkgsrc/lang/php70/Makefile.php@1.12 type: modified - new: '1.11' old: '1.10' path: pkgsrc/lang/php71/Makefile.php pathrev: pkgsrc/lang/php71/Makefile.php@1.11 type: modified - new: '1.9' old: '1.8' path: pkgsrc/lang/php72/Makefile.php pathrev: pkgsrc/lang/php72/Makefile.php@1.9 type: modified id: 20181207T015453Z.791637b815aff954724e0f6486d3a9aef3379811 log: | 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. module: pkgsrc subject: 'CVS commit: pkgsrc/lang' unixtime: '1544147693' user: manu