[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
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
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |