Xdebug breaks on access to class static property

后端 未结 2 1118
梦毁少年i
梦毁少年i 2021-02-07 07:42

I\'ve a problem with Xdebug in my development environment.

FROM library/php:5.5-apache

RUN apt-get -qqy update && apt-get -qqy install \\ 
                      


        
2条回答
  •  时光取名叫无心
    2021-02-07 08:28

    The error described can only be reproduced in the official PHP5 images. PHP 7 images work just fine, and when building a custom PHP5 FPM image from jessie or ubuntu, the error also does not occur.

提交回复
热议问题