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 /lang/php5 | |
parent | 8de79efa92e5d475965e6170b0716cb223f57e03 (diff) | |
download | ports-b367facbd98ae031aa9e3cf42fab4bba5f9fdb8c.tar.gz ports-b367facbd98ae031aa9e3cf42fab4bba5f9fdb8c.zip |
Set default MySQL version to 4.1 for mysqli extension.
Notes
Notes:
svn path=/head/; revision=114250
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 1 |
1 files changed, 1 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 |