aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-11-02 11:29:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-11-02 11:29:20 +0800
commit8fad3bccb9d3fe2205bc6821852f8d9e6684d790 (patch)
tree7eae51791d56ee54972de34a4e089c92d8a94242 /databases/Makefile
parent4c1edda4f1a73de6004290280de1e5fee1bf349b (diff)
downloadfreebsd-ports-gnome-8fad3bccb9d3fe2205bc6821852f8d9e6684d790.tar.gz
freebsd-ports-gnome-8fad3bccb9d3fe2205bc6821852f8d9e6684d790.tar.zst
freebsd-ports-gnome-8fad3bccb9d3fe2205bc6821852f8d9e6684d790.zip
- Add pecl-mysqlnd_ms 1.1.1
The replication and load balancing plugin is a plugin for the mysqlnd library. It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if they are compiled to use mysqlnd. The plugin inspects queries to do read-write splitting. Read-only queries are send to configured MySQL replication slave servers all other queries are redirected to the MySQL replication master server. Very little, if any, application changes required, dependent on the usage scenario required. WWW: http://pecl.php.net/package/mysqlnd_ms PR: ports/161698 Submitted by: John Chen <johnpupu@gmail.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 497ab32fbeaf..40c74b83de75 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -513,6 +513,7 @@
SUBDIR += pecl-memcache
SUBDIR += pecl-memcached
SUBDIR += pecl-mongo
+ SUBDIR += pecl-mysqlnd_ms
SUBDIR += pecl-rrd
SUBDIR += pecl-sqlite
SUBDIR += pecl-tokyo_tyrant