diff options
Diffstat (limited to 'ext/reflection/config.w32')
| -rwxr-xr-x | ext/reflection/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/config.w32 b/ext/reflection/config.w32 index 343b77d37d..90b076acb1 100755 --- a/ext/reflection/config.w32 +++ b/ext/reflection/config.w32 @@ -1,5 +1,5 @@ // $Id$ // vim:ft=javascript -EXTENSION("reflection", "php_reflection.c"); +EXTENSION("reflection", "php_reflection.c", false /* never shared */); AC_DEFINE('HAVE_REFLECTION', 1, 'Reflection support enabled'); |
