computerminds / parrot

A vagrant VM for Drupal Development
27 stars 15 forks source link

Support PHP 5.6 and 7 #118

Closed darthsteven closed 8 years ago

darthsteven commented 8 years ago

Let's get support for PHP 5.6 and ideally 7 into the trusty branch.

darthsteven commented 8 years ago

Okay, so this failure is on the 5.5 install:

Extension: uploadprogress is NOT loaded. Extension: xhprof is NOT loaded.

Successes: Extension: curl is loaded. Extension: mysqli is loaded. Extension: pdo is loaded. Extension: xdebug is loaded. Extension: xmlrpc is loaded. Extension: date is loaded. Extension: dom is loaded. Extension: filter is loaded. Extension: gd is loaded. Extension: hash is loaded. Extension: json is loaded. Extension: pcre is loaded. Extension: pdo is loaded. Extension: session is loaded. Extension: SimpleXML is loaded. Extension: SPL is loaded. Extension: xml is loaded. Connected to Parrot DB via PDO MySQL.

darthsteven commented 8 years ago

retest this please

darthsteven commented 8 years ago

Right, so after rebooting the VM all is right with the PHP extensions...so something just needs giving a kick...

darthsteven commented 8 years ago

Okay, so with a plain base build, we don't have PHP5-FPM running correctly, but then after rebooting, we do.

darthsteven commented 8 years ago

Just failing on the PHP 5.6 stuff now.

darthsteven commented 8 years ago

We'll add this functionality in #125