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