From: Marcus Boerger Date: Thu, 17 Nov 2005 22:49:03 +0000 (+0000) Subject: - reflection not reflectino X-Git-Tag: RELEASE_0_9_3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0be9760a600fc50637bb730bdadf350ae05e0faf;p=php - reflection not reflectino --- 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"); }