aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-02 03:29:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-02 03:29:20 +0000
commitb2630df61e6b9551650aadcf03f236ab5ed6bd60 (patch)
tree475c94b2cab3b8dbb795cdf4f054c0ff7add3fc5 /databases/Makefile
parent74250ef3e726fe6ea3115b18de32b48b3b5951fe (diff)
downloadports-b2630df61e6b9551650aadcf03f236ab5ed6bd60.tar.gz
ports-b2630df61e6b9551650aadcf03f236ab5ed6bd60.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>
Notes
Notes: svn path=/head/; revision=284903
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