diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 21:56:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 21:56:01 +0000 |
commit | b367facbd98ae031aa9e3cf42fab4bba5f9fdb8c (patch) | |
tree | 92baa708a50f459d46a7e664d821b8425b6e27da | |
parent | Integrate the following vendor patches as published on (diff) |
Set default MySQL version to 4.1 for mysqli extension.
Notes
Notes:
svn path=/head/; revision=114250
-rw-r--r-- | lang/php5/Makefile.ext | 1 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 3f278e2ee453..93c0ca2fc30a 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -204,6 +204,7 @@ USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes +DEFAULT_MYSQL_VER= 41 BROKEN_WITH_MYSQL= 323 40 .endif diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 3f278e2ee453..93c0ca2fc30a 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -204,6 +204,7 @@ USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes +DEFAULT_MYSQL_VER= 41 BROKEN_WITH_MYSQL= 323 40 .endif |