Ignore:
Timestamp:
12/04/2021 08:32:42 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
104ff4e
Parents:
ce5723af (diff), edd2feb7 (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 qt5new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rce5723af r1daaab6d  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "349ee590787ab46e62dae517d90b5101">
    10   <!ENTITY php-size          "10.2 MB">
    11   <!ENTITY php-buildsize     "446 MB (with tests, add 182 MB for documentation)">
    12   <!ENTITY php-time          "1.6 SBU (with parallelism=4; add 2.1 SBU for tests)">
     9  <!ENTITY php-md5sum        "552bc63901c6a1bad195e6a47be3c341">
     10  <!ENTITY php-size          "11 MB">
     11  <!ENTITY php-buildsize     "479 MB (with documentation)">
     12  <!ENTITY php-time          "1.8 SBU (with parallelism=4; add 1.9 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
    1515       increase in time. -renodr
    1616       No timeout for 8.0.2. Tests run at -j4 too. -pierre
    17        No timeouts on 8.0.3 for me this time. -renodr 
    18        No timeouts on 8.0.5 -bdubbs 
     17       No timeouts on 8.0.3 for me this time. -renodr
     18       No timeouts on 8.0.5 -bdubbs
    1919       No timeouts, one failure on 8.0.9 -bdubbs
    2020       No timeouts on 8.0.10 - thomas
    21 
    22 TEST RESULT SUMMARY
    23 
    24 Exts skipped    :   24
    25 Exts tested     :   48
    26 
    27 
    28 Number of tests : 16397             12639
    29 Tests borked    :    3 (  0.0%)
    30 Tests skipped   : 3755 ( 22.9%)
     21       No timeouts on 8.0.11 - thomas
     22
     23TEST RESULT SUMMARY 8.1.0
     24
     25Exts skipped    :   36
     26Exts tested     :   36
     27
     28Number of tests : 17060             12551
     29Tests skipped   : 4509 ( 26.4%)
    3130Tests warned    :    2 (  0.0%) (  0.0%)
    32 Tests failed    :   29 (  0.2%) (  0.2%)
    33 Expected fail   :   30 (  0.2%) (  0.2%)
    34 Tests passed    : 12578 ( 76.7%) ( 99.5%)
    35 
    36 Time taken      :  583 seconds
    37        -->
     31Tests failed    :    4 (  0.0%) (  0.0%)
     32Expected fail   :   28 (  0.2%) (  0.2%)
     33Tests passed    : 12517 ( 73.4%) ( 99.7%)
     34
     35Time taken      :  165 seconds
     36
     37-->
    3838]>
    3939
     
    130130      an <xref linkend="server-mail"/> (that provides a
    131131      <command>sendmail</command> command),
    132       <xref linkend="pcre"/>,
     132      <xref linkend="pcre2"/>,
    133133      <xref linkend="pth"/>,
    134134      <ulink url="https://wiki.ubuntu.com/AppArmor">AppArmor</ulink>,
     
    151151      <xref linkend="x-window-system"/>,
    152152      <!--<ulink url="http://www.fastio.com/">ClibPDF</ulink>, - site asks for username/password-->
    153       <ulink url="http://www.adobe.com/devnet/acrobat/fdftoolkit.html">FDF Toolkit</ulink>,
     153      <ulink url="https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/">FDF Toolkit</ulink>,
    154154      <ulink url="https://github.com/libgd/libgd">GD</ulink>, and
    155155      <ulink url="https://www.t1lib.org/">t1lib</ulink>
     
    178178      <xref linkend="sqlite"/>,
    179179      <xref linkend="unixodbc"/>,
    180       <ulink url="http://www.softwareag.com/">Adabas</ulink>,
    181       <ulink url="http://www.birdstep.com/">Birdstep</ulink>,
     180      <ulink url="https://www.softwareag.com/en_corporate/platform/adabas-natural.html">Adabas</ulink>,
     181      <ulink url="https://raima.com/raima-database-manager/">Birdstep</ulink>,
    182182      <ulink url="http://cr.yp.to/cdb.html">cdb</ulink>,
    183183      <ulink url="http://www.dbmaker.com/">DBMaker</ulink>,
     
    297297    <para>
    298298      To test the results, issue: <command>make test</command>. Several
    299       tests (out of over 16000) may fail, in which case you are asked 
    300       whether you want to send the report to the PHP developers. If you 
    301       want to automate the test, you may prefix the command with 
     299      tests (out of over 16000) may fail, in which case you are asked
     300      whether you want to send the report to the PHP developers. If you
     301      want to automate the test, you may prefix the command with
    302302      <command>yes "n" | </command>.
    303303    </para>
     
    362362<screen role="nodump"><userinput>wget http://pear.php.net/go-pear.phar
    363363php ./go-pear.phar</userinput></screen>
    364    
     364
    365365  </sect2>
    366366
     
    440440        <parameter>- -disable-mbstring</parameter>: This parameter
    441441        disables multibyte string regular expression support.  It
    442         requires the external 
    443         <ulink url="https://github.com/kkos/oniguruma">oniguruma</ulink> 
     442        requires the external
     443        <ulink url="https://github.com/kkos/oniguruma">oniguruma</ulink>
    444444        library.
    445445      </para>
Note: See TracChangeset for help on using the changeset viewer.