mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
9 lines
173 B
JavaScript
Executable file
9 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");
|
|
}
|
|
|