Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erasme/ansible-php5-fpm Loading
base: master
Choose a base ref
...
head repository: leucos/ansible-php5-fpm Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 19, 2015

  1. Removes default pool adding

    This is app's role responsability
    leucos committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    e43a751 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Adds memory_limit variable

    Added php5_memory_limit with a default matching OS default (128M)
    leucos committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    1db800e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:leucos/ansible-php5-fpm

    * 'master' of github.com:leucos/ansible-php5-fpm:
      Removes default pool adding
    leucos committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    cfe08ca View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Fixes handlers names

    Removed extraneous spaces in handler names
    leucos committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    a27d8e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Adds support for composer

    Installs composer when php5_install_composer is set to true (default is
    false)
    leucos committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    75d0c0f View commit details
    Browse the repository at this point in the history
Loading