[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/debug/Resources/ext/ -> config.w32 (source)

   1  // $Id$
   2  // vim:ft=javascript
   3  
   4  // If your extension references something external, use ARG_WITH
   5  // ARG_WITH("symfony_debug", "for symfony_debug support", "no");
   6  
   7  // Otherwise, use ARG_ENABLE
   8  // ARG_ENABLE("symfony_debug", "enable symfony_debug support", "no");
   9  
  10  if (PHP_SYMFONY_DEBUG != "no") {
  11      EXTENSION("symfony_debug", "symfony_debug.c");
  12  }
  13  


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1