Enable MYSQLND by default.
Feature safe: yes
This commit is contained in:
parent
99b9c53884
commit
7c8462bb91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267674
2 changed files with 6 additions and 6 deletions
|
@ -186,11 +186,11 @@ CONFIGURE_ARGS+=--with-mssql=${LOCALBASE}
|
|||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "mysql"
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" off
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" on
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "mysqli"
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" off
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" on
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "odbc"
|
||||
|
@ -233,7 +233,7 @@ USE_FIREBIRD= yes
|
|||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "pdo_mysql"
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" off
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" on
|
||||
|
||||
USE_PHP= pdo
|
||||
USE_PHP_BUILD= yes
|
||||
|
|
|
@ -186,11 +186,11 @@ CONFIGURE_ARGS+=--with-mssql=${LOCALBASE}
|
|||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "mysql"
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" off
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" on
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "mysqli"
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" off
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" on
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "odbc"
|
||||
|
@ -233,7 +233,7 @@ USE_FIREBIRD= yes
|
|||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "pdo_mysql"
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" off
|
||||
OPTIONS= MYSQLND "Use MySQL Native Driver" on
|
||||
|
||||
USE_PHP= pdo
|
||||
USE_PHP_BUILD= yes
|
||||
|
|
Loading…
Reference in a new issue