Ignore:
Timestamp:
11/29/2023 08:46:34 AM (7 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
9c1319c
Parents:
f57d8fc (diff), 1b9bf3e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into ken/tuningfonts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rf57d8fc r3a579120  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "c9bbc14176554c82d35c51afcc27900f">
    10   <!ENTITY php-size          "11.5 MB">
    11   <!ENTITY php-buildsize     "506 MB (with documentation)">
    12   <!ENTITY php-time          "1.5 SBU (with parallelism=4; add 1.6 SBU for tests)">
     9  <!ENTITY php-md5sum        "c94426720f6dd2124a25db9fc86c0bfe">
     10  <!ENTITY php-size          "12 MB">
     11  <!ENTITY php-buildsize     "525 MB (with documentation)">
     12  <!ENTITY php-time          "1.6 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
     
    7676
    7777Time taken      :  166 seconds
     78
     79For 8.3.0:
     80Number of tests : 18682             13904
     81Tests skipped   :  4778 ( 25.6%) - - - - - - - -
     82Tests warned    :     1 (  0.0%) (  0.0%)
     83Tests failed    :     8 (  0.0%) (  0.1%)
     84Expected fail   :     9 (  0.0%) (  0.1%)
     85Tests passed    : 13886 ( 74.3%) ( 99.9%)
     86
     87Time taken      :   183 seconds
    7888-->
    7989]>
     
    206216    <bridgehead renderas="sect4">Optional Data Management Utilities and Libraries</bridgehead>
    207217    <para role="optional">
    208       <xref linkend="db"/> (Note that PHP does not officially support versions
    209       above 5.3),
    210218      <xref linkend="libiodbc"/>,
    211219      <xref linkend="lmdb"/>,
     
    215223      <xref linkend="sqlite"/>,
    216224      <xref linkend="unixodbc"/>,
     225      &berkeley-db;
    217226      <ulink url="https://www.softwareag.com/en_corporate/platform/adabas-natural.html">Adabas</ulink>,
    218227      <ulink url="https://raima.com/product-overview/">Birdstep</ulink>,
     
    334343    <para>
    335344      To test the results, issue: <command>make test</command>. Several
    336       tests (out of over 16000) may fail, in which case you are asked
     345      tests (out of over 18000) may fail, in which case you are asked
    337346      whether you want to send the report to the PHP developers. If you
    338347      want to automate the test, you may prefix the command with
Note: See TracChangeset for help on using the changeset viewer.