Changeset 199a3ced


Ignore:
Timestamp:
06/11/2022 03:33:02 PM (23 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
cb49b59
Parents:
4f4e7f18
Message:

Update to php-8.1.7.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r4f4e7f18 r199a3ced  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "943eae7f07c2056ce87478e7d6c0cbbb">
     9  <!ENTITY php-md5sum        "f8be7dfca5c241e780f75f3f3ce83b76">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "638 MB (with documentation)">
    12   <!ENTITY php-time          "1.8 SBU (add 2.0 SBU for tests; both with parallelism=4)">
     11  <!ENTITY php-buildsize     "480 MB (with documentation)">
     12  <!ENTITY php-time          "1.7 SBU (with parallelism=4; add 1.7 SBU for tests)">
    1313  <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well.
    1414       Results were otherwise normal though, so I'm unsure of what caused the
     
    4040For 8.1.4, ran tests at -j4. One test still fails.
    4141For 8.1.5, ran tests at -j4. One test still fails.
     42
     43Running tests at -j4 does nothing.  The jobs cound is not passed to the
     44actual routine running the tests.
     45
     46For 8.1.7:
     47Number of tests : 17250             12714
     48Tests skipped   : 4536 ( 26.3%)
     49Tests warned    :    2 (  0.0%) (  0.0%)
     50Tests failed    :    1 (  0.0%) (  0.0%)
     51Expected fail   :   27 (  0.2%) (  0.2%)
     52Tests passed    : 12684 ( 73.5%) ( 99.8%)
     53
     54Time taken      :  162 seconds
     55
     56The warnings are really XFAIL.  The FAIL is ext/phar/tests/bug69958.phpt.
     57It appears to be mission a test file.
     58
    4259-->
    4360]>
  • introduction/welcome/changelog.xml

    r4f4e7f18 r199a3ced  
    4242    </listitem>
    4343    -->
     44
     45    <listitem>
     46      <para>June 11th, 2022</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to php-8.1.7. Fixes
     50          <ulink url="&blfs-ticket-root;16649">#16649</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>June 10th, 2022</para>
  • packages.ent

    r4f4e7f18 r199a3ced  
    368368<!ENTITY ninja-version                "1.9.0">
    369369<!ENTITY npapi-sdk-version            "0.27.2">
    370 <!ENTITY php-version                  "8.1.6">
     370<!ENTITY php-version                  "8.1.7">
    371371
    372372<!ENTITY python2-majorver             "2.7">
Note: See TracChangeset for help on using the changeset viewer.