Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2011 03:29:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/pecl-mysqlnd_ms Makefile distinfo pkg-descr
Message-ID:  <201111020329.pA23TK8L021889@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sunpoet     2011-11-02 03:29:20 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/pecl-mysqlnd_ms Makefile distinfo pkg-descr 
  Log:
  - 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>
  
  Revision  Changes    Path
  1.1049    +1 -0      ports/databases/Makefile
  1.1       +24 -0     ports/databases/pecl-mysqlnd_ms/Makefile (new)
  1.1       +2 -0      ports/databases/pecl-mysqlnd_ms/distinfo (new)
  1.1       +9 -0      ports/databases/pecl-mysqlnd_ms/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111020329.pA23TK8L021889>