Edit report at https://bugs.php.net/bug.php?id=55609&edit=1

 ID:                 55609
 Patch added by:     johan...@php.net
 Reported by:        johan...@php.net
 Summary:            mysqlnd cannot be built shared
 Status:             Open
 Type:               Feature/Change Request
 Package:            MySQL related
 Operating System:   *
 PHP Version:        trunk-SVN-2011-09-05 (SVN)
 Block user comment: N
 Private report:     N

 New Comment:

The following patch has been added/updated:

Patch Name: mysqlnd_build_shared.diff
Revision:   1315241207
URL:        
https://bugs.php.net/patch-display.php?bug=55609&patch=mysqlnd_build_shared.diff&revision=1315241207


Previous Comments:
------------------------------------------------------------------------
[2011-09-05 16:45:54] johan...@php.net

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.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55609&edit=1

Reply via email to