summaryrefslogtreecommitdiff
path: root/ext/reflection
diff options
context:
space:
mode:
authorElizabeth Marie Smith <auroraeosrose@php.net>2008-05-02 14:05:53 +0000
committerElizabeth Marie Smith <auroraeosrose@php.net>2008-05-02 14:05:53 +0000
commit3adf07b5c6c792fc6fe4557c12f5917517e40457 (patch)
treec51fd071a0c59940a5e5b3ab91ddf1ed7c3f517e /ext/reflection
parent0bc6920f6647bee1813f5e8d422ed4bae2f32908 (diff)
downloadphp-git-3adf07b5c6c792fc6fe4557c12f5917517e40457.tar.gz
Fix reflection (always static, never shared) and disable turning off pcre and spl (also always static, never shared)
Diffstat (limited to 'ext/reflection')
-rwxr-xr-xext/reflection/config.w322
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');