summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-11-17 22:49:03 +0000
committerMarcus Boerger <helly@php.net>2005-11-17 22:49:03 +0000
commit0be9760a600fc50637bb730bdadf350ae05e0faf (patch)
treeebabe12b133322ccb1bea1229d9bea2ac7005930
parent3d6e4e85b3fa6f27664993f1fedbf3da8b271aff (diff)
downloadphp-git-0be9760a600fc50637bb730bdadf350ae05e0faf.tar.gz
- reflection not reflectino
-rwxr-xr-xext/reflection/config.m42
-rwxr-xr-xext/reflection/config.w322
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4
index 0136e6b351..7943795b0b 100755
--- a/ext/reflection/config.m4
+++ b/ext/reflection/config.m4
@@ -6,7 +6,7 @@ PHP_ARG_ENABLE(reflection, whether to enable reflection support,
if test "$PHP_REFLECTION" != "no"; then
if test "$ext_shared" = "yes"; then
- AC_MSG_ERROR(Cannot build reflectino as a shared module)
+ AC_MSG_ERROR(Cannot build reflection as a shared module)
fi
PHP_NEW_EXTENSION(reflection, php_reflection.c)
fi
diff --git a/ext/reflection/config.w32 b/ext/reflection/config.w32
index 7e74059cc4..330fc32217 100755
--- a/ext/reflection/config.w32
+++ b/ext/reflection/config.w32
@@ -4,6 +4,6 @@
ARG_ENABLE("reflection", "disable reflection support", "yes");
if (PHP_REFLECTION != "no") {
- EXTENSION("reflectino", "php_reflection.c");
+ EXTENSION("reflection", "php_reflection.c");
}