Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/247.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/358.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Lighttpd中的ubuntu 14.04 PHP中编辑xdebug.max_嵌套_级别的位置_Php_Python_Ubuntu_Xdebug_Lighttpd - Fatal编程技术网

在Lighttpd中的ubuntu 14.04 PHP中编辑xdebug.max_嵌套_级别的位置

在Lighttpd中的ubuntu 14.04 PHP中编辑xdebug.max_嵌套_级别的位置,php,python,ubuntu,xdebug,lighttpd,Php,Python,Ubuntu,Xdebug,Lighttpd,我越来越 fatal error maximum function nesting level of '100' reached aborting.. 看来我得编辑了 xdebug.max_nesting_level from 100 to more. 但是我找不到正确的文件,我应该在哪里编辑这个?我正在使用Ubuntu 14.04、lighttpd Web服务器和Php 从internet上我看到我必须在/etc/php5/apache2中编辑php.ini文件 但我用的是lighttp

我越来越

fatal error maximum function nesting level of '100' reached aborting..
看来我得编辑了

xdebug.max_nesting_level from 100 to more. 
但是我找不到正确的文件,我应该在哪里编辑这个?我正在使用Ubuntu 14.04、lighttpd Web服务器和Php

从internet上我看到我必须在/etc/php5/apache2中编辑php.ini文件

但我用的是lighttpd

在my/etc/php5/中有三个文件夹:

  • cgi
  • cli
  • mods可用
  • 在cgi和cli文件夹中有php.ini文件,但这两个文件不包含任何要编辑xdebug的内容

    在mods可用文件夹中,我得到了一个文件,即xdebug.ini,它只包含

    zend_extension=xdebug.so
    

    所以我需要如何在ubuntu 14.04 PHP和Lighttpd中编辑xdebug.max_嵌套_级别的帮助。对不起,我的英语不好。为了寻求您的帮助来解决这个问题,我编辑了/etc/php5/apache2/conf.d/20-xdebug.ini并添加了以下行:

    xdebug.max\u嵌套\u级别=250