mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02: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"; |