aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-07-22 02:03:26 +0800
committerale <ale@FreeBSD.org>2005-07-22 02:03:26 +0800
commitf15a410feb253dbc352d9fc8768ae02255ea275a (patch)
treeae6ea073a959ee88c014bbf8805de645c2b528ef /lang/php5
parent674e167776ae237f46ad4efe08482e8f2d1a9822 (diff)
downloadfreebsd-ports-gnome-f15a410feb253dbc352d9fc8768ae02255ea275a.tar.gz
freebsd-ports-gnome-f15a410feb253dbc352d9fc8768ae02255ea275a.tar.zst
freebsd-ports-gnome-f15a410feb253dbc352d9fc8768ae02255ea275a.zip
MySQL 5.0 is now supported by mysqli extension.
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 36b3d601884a..7666667c2e32 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -215,7 +215,7 @@ CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config
USE_MYSQL= yes
DEFAULT_MYSQL_VER= 41
-BROKEN_WITH_MYSQL= 323 40 50
+BROKEN_WITH_MYSQL= 323 40
.endif
.if ${PHP_MODNAME} == "ncurses"