Page MenuHomeDevCentral

Upgrade to PHP 7.4.2
ClosedPublic

Authored by dereckson on Feb 19 2020, 07:01.
Tags
None
Referenced Files
F24584938: D2235.id5620.diff
Sat, Feb 28, 12:16
F24584508: D2235.diff
Sat, Feb 28, 11:44
F24583433: D2235.id5623.diff
Sat, Feb 28, 10:35
F24583255: D2235.id5623.diff
Sat, Feb 28, 10:26
F24581101: D2235.diff
Sat, Feb 28, 07:46
F24580970: D2235.diff
Sat, Feb 28, 07:36
Unknown Object (File)
Tue, Feb 24, 18:40
Unknown Object (File)
Mon, Feb 23, 22:34
Subscribers
None

Diff Detail

Repository
rDPHPVIIFPM Docker image to install nginx, PHP 7 and fpm
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 3466
Build 3715: arc lint + arc unit

Event Timeline

dereckson created this revision.

PHP tests

$ make test
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   30
Exts tested     :   43
---------------------------------------------------------------------

Number of tests : 15561             11588
Tests skipped   : 3973 ( 25.5%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :   41 (  0.3%) (  0.4%)
Expected fail   :   34 (  0.2%) (  0.3%)
Tests passed    : 11513 ( 74.0%) ( 99.4%)
---------------------------------------------------------------------
Time taken      :  628 seconds
=====================================================================
This revision is now accepted and ready to land.Feb 19 2020, 07:30

+ pecl install APCu
/bin/sh: 1: pecl: not found

Enable PEAR so we can get pecl command. -sqlite-devel

This revision is now accepted and ready to land.Feb 19 2020, 08:24