mirror of
https://github.com/php/php-src.git
synced 2025-01-07 19:44:02 +08:00
0490a32249
mbstring, pcre, reflection
7 lines
225 B
JavaScript
Executable File
7 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";
|