mirror of
https://github.com/php/php-src.git
synced 2024-12-24 17:30:48 +08:00
6 lines
185 B
JavaScript
Executable File
6 lines
185 B
JavaScript
Executable File
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
EXTENSION("reflection", "php_reflection.c", false /* never shared */);
|
|
AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled');
|
|
PHP_REFLECTION="yes"; |