diff options
author | ale <ale@FreeBSD.org> | 2005-07-22 02:03:26 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-07-22 02:03:26 +0800 |
commit | f15a410feb253dbc352d9fc8768ae02255ea275a (patch) | |
tree | ae6ea073a959ee88c014bbf8805de645c2b528ef /lang/php5 | |
parent | 674e167776ae237f46ad4efe08482e8f2d1a9822 (diff) | |
download | freebsd-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.ext | 2 |
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" |