Menu

phpwiki installation problems with xdebug

Help
Anonymous
2004-02-12
2012-10-11
  • Anonymous

    Anonymous - 2004-02-12

    I had a problem installing phpwiki with xdebug installed. The 'possiblyDeflowerVirgin' function would trip up the default settings xdebug.max_nesting_level of 64.

    Upping this to 256 helped fixed it

    ini_set('xdebug.max_nesting_level',256);

    although possibly a lower number will work too

     
    • Reini Urban

      Reini Urban - 2004-04-10

      thanks, I couldn't get it working multithreaded.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.