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

Commit

Permalink
prepare for deprecation of PHP 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clayfreeman committed Nov 26, 2018
1 parent 5c38cb9 commit dad4f9c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.6.2

- Preemptively replace all occurrences of PHP 7.0 with 7.1 and drop support for
Ubuntu `xenial`.

## 1.6.1

- Add per-site includes to HTTPS too (I accidentally missed the HTTPS template
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ following templates are available for site creation:
| Drupal 6.x | `drupal6` | 5.6 |
| Drupal 7+ | `drupal7` | 7.1 |
| Generic (PHP 5.6) | `generic-php5.6` | 5.6 |
| Generic (PHP 7.0) | `generic-php7.0` | 7.0 |
| Generic (PHP 7.1) | `generic-php7.1` | 7.1 |
| Generic (PHP 7.2) | `generic-php7.2` | 7.2 |
| Joomla 2.x | `joomla2.x` | 5.6 |
Expand Down
1 change: 0 additions & 1 deletion man/create-site.8
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ lll.
Drupal 6.x@\fLdrupal6\fP@5.6
Drupal 7+@\fLdrupal7\fP@7.1
Generic (PHP 5.6)@\fLgeneric-php5.6\fP@5.6
Generic (PHP 7.0)@\fLgeneric-php7.0\fP@7.0
Generic (PHP 7.1)@\fLgeneric-php7.1\fP@7.1
Generic (PHP 7.2)@\fLgeneric-php7.2\fP@7.2
Joomla! 2.x to 3.4.x@\fLjoomla2.x\fP@5.6
Expand Down
2 changes: 1 addition & 1 deletion nginx/templates/general.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ location /phpmyadmin {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_param HTTP_PROXY "";
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
}
}
11 changes: 0 additions & 11 deletions nginx/templates/generic-php7.0-common.conf

This file was deleted.

2 changes: 0 additions & 2 deletions nginx/templates/generic-php7.0-http.conf

This file was deleted.

2 changes: 0 additions & 2 deletions nginx/templates/generic-php7.0-https.conf

This file was deleted.

0 comments on commit dad4f9c

Please sign in to comment.