php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55609
Patch mysqlnd_build_shared.diff revision 2011-09-05 18:25 UTC by johannes@php.net
revision 2011-09-05 18:23 UTC by johannes@php.net
revision 2011-09-05 16:46 UTC by johannes@php.net

Patch mysqlnd_build_shared.diff for MySQL related Bug #55609

Patch version 2011-09-05 18:23 UTC

Return to Bug #55609 | Download this patch
Patch Revisions: 2011-09-05 18:25 UTC | 2011-09-05 18:23 UTC | 2011-09-05 16:46 UTC

Developer: johannes@php.net



  +  PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, $ext_shared)
     PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
     PHP_INSTALL_HEADERS([ext/mysqlnd/])
   fi
  
 -
  -if test "$PHP_MYSQLND_ENABLED" = "yes" || test "$PHP_MYSQLI" != "no"; then
 +echo "$PHP_MYSQLND"
  +if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes" || test "$PHP_MYSQLI" != "no"; then
     PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
   
     dnl This creates a file so it has to be after above macros
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC