php-src/ext/reflection/config.w32

6 lines
185 B
Plaintext
Raw Normal View History

2005-11-17 22:42:00 +00:00
// $Id$
// vim:ft=javascript
2008-05-02 14:10:05 +00:00
EXTENSION("reflection", "php_reflection.c", false /* never shared */);
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
2008-07-21 16:12:28 +00:00
PHP_REFLECTION="yes";