summaryrefslogtreecommitdiff
path: root/ext/reflection/config.w32
blob: 330fc3221782b3e4c5359db319486a2b674e2954 (plain)
1
2
3
4
5
6
7
8
9
// $Id$
// vim:ft=javascript

ARG_ENABLE("reflection", "disable reflection support", "yes");

if (PHP_REFLECTION != "no") {
	EXTENSION("reflection", "php_reflection.c");
}