Saltstack Official PHP Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.rst 1.8KB

11 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. ===
  2. php
  3. ===
  4. Formulas to set up and configure php and various php libraries.
  5. .. note::
  6. See the full `Salt Formulas installation and usage instructions
  7. <http://docs.saltstack.com/topics/conventions/formulas.html>`_.
  8. Available states
  9. ================
  10. .. contents::
  11. :local:
  12. ``php``
  13. -------
  14. Installs the php package.
  15. ``php.apc``
  16. -----------
  17. Installs the php-apc package.
  18. ``php.adodb``
  19. ------------
  20. Installs the php-adodb package.
  21. ``php.cgi``
  22. ------------
  23. Installs the php-cgi package.
  24. ``php.cli``
  25. ------------
  26. Installs the php-cli package.
  27. ``php.curl``
  28. ------------
  29. Installs the php5-curl package on Debian, and ensures that curl itself is
  30. installed for RedHat systems, this is due to the curl libs being provided by
  31. php-common, which will get installed with the main php package.
  32. ``php.fpm``
  33. -----------
  34. Installs the php-fpm package, starts the service, and enables it.
  35. ``php.gd``
  36. ----------
  37. Installs the php-gd package.
  38. ``php.imagick``
  39. ------------
  40. Installs the php-imagick package.
  41. ``php.imap``
  42. ------------
  43. Installs the php-imap package.
  44. ``php.json``
  45. ------------
  46. Installs the php-json package.
  47. ``php.ldap``
  48. ------------
  49. Installs the php-ldap package.
  50. ``php.mbstring``
  51. ---------------
  52. Installs the php-mbstring package.
  53. ``php.mcrypt``
  54. --------------
  55. Installs the php-mcrypt package.
  56. ``php.memcache``
  57. ------------
  58. Installs the php-memcache package.
  59. ``php.memcached``
  60. ------------
  61. Installs the php-memcached package.
  62. ``php.mysql``
  63. -------------
  64. Installs the php-mysql package.
  65. ``php.mysqlnd``
  66. ------------
  67. Installs the php-mysqlnd package.
  68. ``php.pear``
  69. ------------
  70. Installs the php-pear package.
  71. ``php.pgsql``
  72. ------------
  73. Installs the php-pgsql package.
  74. ``php.soap``
  75. ------------
  76. Installs the php-soap package.
  77. ``php.suhosin``
  78. ------------
  79. Installs the php-suhosin package.
  80. ``php.xml``
  81. ------------
  82. Installs the php-xml package.