PHP-Digest # 192 (2-16 نوفمبر 2020)



اختيار جديد مع روابط للأخبار والمواد. في الإصدار: أحدث إصدار من PHP 8.0 مرشح قبل الإصدار النهائي والمواد الجديدة على PHP 8 و RFCs ومناقشات من 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 Digest Telegram .



إرسال ارتباط

روابط البحث في جميع الملخصات

الإصدار السابق: PHP-Digest # 191




All Articles