Skip to content

Commit

Permalink
Merge pull request #40 from idealista/develop
Browse files Browse the repository at this point in the history
Release 3.1.4
  • Loading branch information
smartinsempere authored Jun 19, 2023
2 parents c225414 + 4d9f825 commit 79a985d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Changed
### Fixed

## [3.1.2](https://github.com/idealista/php_role/tree/3.1.3) (2022-05-23)
## [3.1.4](https://github.com/idealista/php_role/tree/3.1.4) (2022-06-19)
## [Full Changelog](https://github.com/idealista/php_role/compare/3.1.3...3.1.4)
### Changed
- *[#38](https://github.com/idealista/php_role/issues/38) Change source download.

## [3.1.3](https://github.com/idealista/php_role/tree/3.1.3) (2022-05-23)
## [Full Changelog](https://github.com/idealista/php_role/compare/3.1.2...3.1.3)
### Fixed
- *[#35](https://github.com/idealista/php_role/issues/35) [BUG] php_reinstall flag is not working properly* @emepege
Expand Down
5 changes: 2 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

php_version: 7.4.25
php_reinstall: false
# Available PHP mirrors can be found here: http://php.net/mirrors.php
php_download_mirror_domain: es1.php.net
php_download_url: "http://{{ php_download_mirror_domain }}/get/php-{{ php_version }}.tar.gz/from/this/mirror"

php_download_url: "https://github.com/php/php-src/archive/refs/tags/php-{{ php_version }}.tar.gz"

# Files & Paths
php_download_dir: "/usr/src/php_{{ php_version }}"
Expand Down
6 changes: 6 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
dest: "{{ php_include_ini_scan_dir }}"
state: directory

- name: PHP | Buildconf
command: ./buildconf --force
args:
chdir: "{{ php_download_dir }}"
tags: skip_ansible_lint

- name: PHP | Configure installation
command: ./configure --prefix={{ php_install_dir }} {{ php_compile_options_command | default('') }}
args:
Expand Down

0 comments on commit 79a985d

Please sign in to comment.