summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 21:56:01 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 21:56:01 +0000
commitb367facbd98ae031aa9e3cf42fab4bba5f9fdb8c (patch)
tree92baa708a50f459d46a7e664d821b8425b6e27da /lang/php5
parentIntegrate 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
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.ext1
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