PHP-Digest # 192 (2. - 16. November 2020)



Neue Auswahl mit Links zu Nachrichten und Materialien. In der Version: Der neueste PHP 8.0-Release-Kandidat vor der endgültigen Veröffentlichung und neues Material zu PHP 8, RFCs und Diskussionen von PHP Internals, ein Teil nützlicher Tools, Streams, Podcasts, Artikel.



Viel Spaß beim Lesen!



Nachrichten und Veröffentlichungen



  • PHP 8.0 RC 4 — - PHP 8, 26 .



    PHP 8:





    , PHP 8 PECL. - Dockerfile, . PECL FriendsOfPHP/pickle.
    RUN curl -L -o /tmp/pickle.phar https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar; \
        mv /tmp/pickle.phar /usr/local/bin/pickle; \
        chmod +x /usr/local/bin/pickle; \
        pickle install xdebug; \
    
    RUN echo "extension=xdebug.so" >> $PHP_INI_DIR/conf.d/php.ini; \
    


    Oder so:
    RUN mkdir -p /usr/src/php/ext/xdebug && \
        curl -fsSL https://pecl.php.net/get/xdebug | \
        tar xvz -C "/usr/src/php/ext/xdebug" --strip 1 && docker-php-ext-install xdebug
    


  • phpcommunity.ru — PHP- , , .



    : PHP- , 19 ; Online- PHP SimbirSoft, 20 .



PHP Internals









Symfony





Laravel





Yii





Async PHP





phpstorm PhpStorm









/









!



— , , .

Weitere Neuigkeiten und Kommentare zum PHP Digest Telegram-Kanal .



Link senden

Links in allen Digests suchen

Vorherige Ausgabe: PHP-Digest # 191




All Articles