mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fixed Bug #63361 Header not installed
This commit is contained in:
commit
c5d4ee9bed
@ -81,5 +81,8 @@ if test "$PHP_MYSQLI" != "no"; then
|
||||
if test "$PHP_MYSQLI" = "yes" || test "$PHP_MYSQLI" = "mysqlnd"; then
|
||||
PHP_ADD_EXTENSION_DEP(mysqli, mysqlnd)
|
||||
AC_DEFINE([MYSQLI_USE_MYSQLND], 1, [Whether mysqlnd is enabled])
|
||||
PHP_INSTALL_HEADERS([ext/mysqli/mysqli_mysqlnd.h])
|
||||
else
|
||||
PHP_INSTALL_HEADERS([ext/mysqli/mysqli_libmysql.h])
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user