php-src/ext/reflection/config.w32

11 lines
237 B
Plaintext
Raw Normal View History

2005-11-17 22:42:00 +00:00
// $Id$
// vim:ft=javascript
ARG_ENABLE("reflection", "disable reflection support", "yes");
if (PHP_REFLECTION != "no") {
2005-11-17 22:49:03 +00:00
EXTENSION("reflection", "php_reflection.c");
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
2005-11-17 22:42:00 +00:00
}