|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesmysqlnd_build_shared.diff (last revision 2011-09-05 18:25 UTC by johannes@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-09-05 16:46 UTC] johannes@php.net
[2011-09-05 16:48 UTC] johannes@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: mysql
[2011-09-05 16:48 UTC] johannes@php.net
[2011-09-05 18:23 UTC] johannes@php.net
[2011-09-05 18:25 UTC] johannes@php.net
[2011-09-06 16:38 UTC] johannes@php.net
[2011-09-06 16:41 UTC] johannes@php.net
-Status: Assigned
+Status: To be documented
-Assigned To: mysql
+Assigned To:
[2011-09-06 16:41 UTC] johannes@php.net
[2011-10-18 18:56 UTC] andrey@php.net
[2011-10-18 18:56 UTC] andrey@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: andrey
[2012-04-18 09:49 UTC] laruence@php.net
[2012-07-24 23:40 UTC] rasmus@php.net
[2013-11-17 09:36 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 04:00:02 2025 UTC |
Description: ------------ When PHP is built with MySQL support usinge mysqlnd the mysqlnd module will always be compiled statically into PHP. mysqlnd can be enabled or disabled but not be built shared. Test script: --------------- ./configure --with-mysql=mysqlnd,shared \ --with-mysqli=mysqlnd,shared \ --with-pdo-mysql=mysqlnd,shared make Expected result: ---------------- Option to build mysqlnd shared. Actual result: -------------- A mysqlnd.so should be created during make.