|
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 [email protected])Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-09-05 16:46 UTC] [email protected]
[2011-09-05 16:48 UTC] [email protected]
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: mysql
[2011-09-05 16:48 UTC] [email protected]
[2011-09-05 18:23 UTC] [email protected]
[2011-09-05 18:25 UTC] [email protected]
[2011-09-06 16:38 UTC] [email protected]
[2011-09-06 16:41 UTC] [email protected]
-Status: Assigned
+Status: To be documented
-Assigned To: mysql
+Assigned To:
[2011-09-06 16:41 UTC] [email protected]
[2011-10-18 18:56 UTC] [email protected]
[2011-10-18 18:56 UTC] [email protected]
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: andrey
[2012-04-18 09:49 UTC] [email protected]
[2012-07-24 23:40 UTC] [email protected]
[2013-11-17 09:36 UTC] [email protected]
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Mar 18 02:00:02 2026 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.