Page MenuHomePhabricator

Create some instances with php5.6 on them
Closed, DeclinedPublic

Description

Steps to reproduce

This is a mixed report.

I caught php 5.6 being broken since composer 1.1.0 includes a new autoload_static file for php5.6+ but the script was created but it didn't create the file causing T135635

To resolve that we had to use composer 1.0.3 to regenerate it.

But if we had some instances testing against repos such as mediawiki core we could prevent this error from coming back. Due to composer 1.1.0 breaking lint on ci.

Event Timeline

Paladox added a subscriber: Legoktm.
Paladox added a subscriber: hashar.

@hashar can I add you to this task please.

I'm not sure if your watching the project which means you already got the email.

I am watching all the Continuous-Integration projects :-) https://phabricator.wikimedia.org/project/profile/401/ for example has the list of watchers.

I dont think there is much point in testing Zend 5.6. We have 5.5 which is most probably largely good enough for us.