-
-
Notifications
You must be signed in to change notification settings - Fork 642
deprecated / vulnerable PHP 5.6 on ubuntu 14.04 #921
Comments
The logic causing this seems to be here: https://github.com/geerlingguy/drupal-vm/blob/master/provisioning/tasks/init-debian.yml#L28 |
@marji - We're currently using ondrej's php5-5.6 apt PPA for Ubuntu (as you pointed out) here: https://github.com/geerlingguy/drupal-vm/blob/master/provisioning/tasks/init-debian.yml#L27-L29 I'm going to see what it takes to swap it out for the non-deprecated 'universal php' repo for 5.6... likely just a docs update. |
Ugh, I hate having all the versions mixed together in one repo, because things like this (https://github.com/oerdnj/deb.sury.org/wiki/PPA-migration-to-ppa:ondrej-php#explaining-php-pear-dependency) become annoying to deal with. Apparently installation of These are among the many reasons I hate using Debian/Ubuntu; it seems the entire OS ecosystem is built with the presumption that people manage things by hand! :P |
Almost there... had to change pathing, package list, something in the PHP role... |
Docs are updated now too. Since this is a (slightly) breaking change, it warrants a minor version bump. Anyone using PHP 5.6 will need to change package names. |
Using
vagrant_box: geerlingguy/ubuntu1404
to get PHP 5.6 (as specified by http://docs.drupalvm.com/en/latest/other/php-56/), deprecated PHP packages installed:The installed PHP 5.6.23 packages also have a few security vulnerabilities.
The current PHP 5.6 is 5.6.26 and is available in https://launchpad.net/~ondrej/+archive/ubuntu/php
The text was updated successfully, but these errors were encountered: