PHP-ダイジェスト#192(2020年11月2日-16日)



ニュースや資料へのリンクを含む新鮮なセレクション。リリース中:最終リリース前の最新のPHP 8.0リリース候補、PHP 8に関する最新の資料、RFC、PHP Internalsからのディスカッション、便利なツール、ストリーム、ポッドキャスト、記事の一部。



読書を楽しむ!



ニュースとリリース



  • 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; \
    


    :
    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









/









!



— , , .

PHPダイジェストテレグラムチャネルに関するその他のニュースとコメント



リンクの送信

すべてのダイジェストでリンクを検索

前号:PHP-ダイジェスト#191




All Articles