php-src/ext/reflection/config.w32

10 lines
173 B
Plaintext
Raw Normal View History

// $Id$
// vim:ft=javascript
ARG_ENABLE("reflection", "disable reflection support", "yes");
if (PHP_REFLECTION != "no") {
EXTENSION("reflection", "php_reflection.c");
}