mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
10 lines
173 B
JavaScript
Executable File
10 lines
173 B
JavaScript
Executable File
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
ARG_ENABLE("reflection", "disable reflection support", "yes");
|
|
|
|
if (PHP_REFLECTION != "no") {
|
|
EXTENSION("reflection", "php_reflection.c");
|
|
}
|
|
|