Merge pull request #158 from ke4qqq/patch-1

Adding php bindings to readme
This commit is contained in:
Ken Barber 2013-03-03 13:02:55 -08:00
commit 1d10682423

View file

@ -56,6 +56,11 @@ Installs the mysql-client package.
Installs mysql bindings for java.
class { 'mysql::java': }
### mysql::php
Installs mysql bindings for php
class { 'mysql::php': }
### mysql::python
Installs mysql bindings for python.