config.m4 164 B

12345
  1. dnl $Id$
  2. dnl config.m4 for extension reflection
  3. AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled])
  4. PHP_NEW_EXTENSION(reflection, php_reflection.c, no)