Php 7.4.0

  • Hallo,


    heute wurde PHP 7.4.0 veröffentlich.
    Ab sofort stehen in unseren Repositories auch die entsprechenden Pakete für Debian 8/9/10 und Ubuntu 16/18 zur Verfügung.


    Die Module für Redis/igbinary werden in den nächsten Tagen noch nachgereicht, alle anderen bislang bekannten Module stehen auch schon bereit.


    Viele Grüße


    -Klaus Keppler

  • Danke für das apcu Paket - konnten wir zwischenzeitlich über das normale Repo installieren :)



    Mit PHP 7.4 haben wir bei Typo3 und Joomla noch festgestellt, dass beide die xml-Extension als fehlend bemängeln.
    Stellen wir auf PHP 7.3 zurück, passt die xml-Extension.


    Installierte Pakete:
    für 7.3 : php-7.3-opt php-7.3-opt-apcu php-7.3-opt-imagick
    für 7.4 : php-7.4-opt php-7.4-opt-apcu php-7.4-opt-imagick


    phpinfo() für 7.3 zeigt neben xmlreader/xmlwriter/xmlrpc auch einen "reinen" xml und einen xmlrpc -Abschnitt.
    In der 7.4 fehlen diese Abschnitt.


    Fehlen uns Pakete? Oder fehlt ggf. etwas im php-7.4-opt Paket? :)

  • Hallo


    folgende Ausgabe erhalte ich:


    /opt/php-7.4/etc/conf.d/simplexml.ini,
    /opt/php-7.4/etc/conf.d/xmlreader.ini,
    /opt/php-7.4/etc/conf.d/xmlwriter.ini,
    xmlrpc_error_number => 0 => 0
    xmlrpc_errors => Off => Off
    DOM/XML => enabled
    DOM/XML API Version => 20031129
    libxml Version => 2.9.4
    libxml
    libXML support => active
    libXML Compiled Version => 2.9.4
    libXML Loaded Version => 20904
    libXML streams => enabled
    mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
    SimpleXML
    SimpleXML support => enabled
    xmlreader
    XMLReader => enabled
    xmlwriter
    XMLWriter => enabled
    libxslt compiled against libxml Version => 2.9.4


    Mit freundlichen Grüßen
    Martin Krüger

  • Hallo,


    System ist ein aktuelles debian 10.2 mit lcclient 2.9.1



    # dpkg -l | egrep -i "php|xml"
    ii libexpat1:amd64 2.2.6-2+deb10u1 amd64
    ii libtidy5deb1:amd64 2:5.6.0-10 amd64
    ii libxml2:amd64 2.9.4+dfsg1-7+b3 amd64
    ii libxmlrpc-epi0:amd64 0.54.2-1.2 amd64
    ii php-7.2-opt 1:7.2.25-1+deb10u1 amd64
    ii php-7.2-opt-apcu 5.1.18-1+buster1 amd64
    ii php-7.2-opt-imagick 3.4.4-1+buster1 amd64
    ii php-7.3-opt 1:7.3.12-1+deb10u1 amd64
    ii php-7.3-opt-apcu 5.1.18-1+buster1 amd64
    ii php-7.3-opt-imagick 3.4.4-1+buster1 amd64
    ii php-7.4-opt 1:7.4.0-1+deb10u1 amd64
    ii php-7.4-opt-apcu 1:5.1.18-1+deb10u1 amd64
    ii php-7.4-opt-imagick 1:3.4.4-1+deb10u1 amd64



    # /opt/php-7.4/bin/php -i | grep -i xml
    /opt/php-7.4/etc/conf.d/simplexml.ini,
    /opt/php-7.4/etc/conf.d/xmlreader.ini,
    /opt/php-7.4/etc/conf.d/xmlwriter.ini,
    xmlrpc_error_number => 0 => 0
    xmlrpc_errors => Off => Off
    DOM/XML => enabled
    DOM/XML API Version => 20031129
    libxml Version => 2.9.4
    libxml
    libXML support => active
    libXML Compiled Version => 2.9.4
    libXML Loaded Version => 20904
    libXML streams => enabled
    mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
    SimpleXML
    SimpleXML support => enabled
    xmlreader
    XMLReader => enabled
    xmlwriter
    XMLWriter => enabled
    libxslt compiled against libxml Version => 2.9.4



    # /opt/php-7.3/bin/php -i | grep -i xml
    /opt/php-7.3/etc/conf.d/simplexml.ini,
    /opt/php-7.3/etc/conf.d/xmlreader.ini,
    /opt/php-7.3/etc/conf.d/xmlrpc.ini,
    /opt/php-7.3/etc/conf.d/xmlwriter.ini,
    xmlrpc_error_number => 0 => 0
    xmlrpc_errors => Off => Off
    DOM/XML => enabled
    DOM/XML API Version => 20031129
    libxml Version => 2.9.4
    libxml
    libXML support => active
    libXML Compiled Version => 2.9.4
    libXML Loaded Version => 20904
    libXML streams => enabled
    mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
    SimpleXML
    SimpleXML support => enabled
    xml
    XML Support => active
    XML Namespace Support => active
    libxml2 Version => 2.9.4
    xmlreader
    XMLReader => enabled
    xmlrpc
    core library version => xmlrpc-epi v. 0.54
    homepage => http://xmlrpc-epi.sourceforge.net
    xmlwriter
    XMLWriter => enabled
    libxslt compiled against libxml Version => 2.9.4




    Diff PHP 7.3 <> 7.4 sind die Abschnitte:


    xml
    XML Support => active
    XML Namespace Support => active
    libxml2 Version => 2.9.4


    xmlrpc
    core library version => xmlrpc-epi v. 0.54
    homepage => http://xmlrpc-epi.sourceforge.net




    Gruß


    Thomas

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!