PHP 7.4 release

Hello, Travis team. PHP 7.4 was released and it would be awesome to have it in the versions available.

Thanks!

5 Likes

Hello, I’d like to see PHP 7.4 support on Travis, too.
Thank you!

At the moment, we are unable to offer 7.4.0 because the utility we use to compile PHP is not yet updated for it. They are having difficulties, and I’m sure they would appreciate your help.

See, for example:


Actually, looks like we have a working PHP 7.4 on Xenial and Bionic. Please test it.

1 Like

Works on Xenial.

@BanzaiMan is there a plan to have it on Trusty?

You can try the result of https://travis-ci.com/travis-ci/php-src-builder/jobs/263090083 in a day’s time.

1 Like

Trusty works well. Thanks!

It does not work if you require php-gd.

2 Likes

There is also missing ext-json: The requested PHP extension ext-json ^1.5 has the wrong version (7.4.0) installed. Install or enable PHP's json extension.

Your composer.json is complaining, the extension is there, only with a different numeric version.

1 Like

for missing extensions, please use

Tried Trusty again, but it’s no longer working. :-/

https://travis-ci.com/travis-ci/php-src-builder/jobs/265210864

https://travis-ci.com/travis-ci/php-src-builder/jobs/265333511#L3968

Any input on fixing this is welcome.

My pull has just been merged. Some issues on Mac are still occurring but it’s building on linux.