]> granicus.if.org Git - php/commitdiff
- reflection not reflectino
authorMarcus Boerger <helly@php.net>
Thu, 17 Nov 2005 22:49:03 +0000 (22:49 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 17 Nov 2005 22:49:03 +0000 (22:49 +0000)
ext/reflection/config.m4
ext/reflection/config.w32

index 0136e6b351526ef2f6c3bdfee89cdb617e97c8af..7943795b0b73e4bf3f8fa39b3b90b2ef1d6d7335 100755 (executable)
@@ -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
index 7e74059cc44bfa004a52766ceacbda84f804b0ea..330fc3221782b3e4c5359db319486a2b674e2954 100755 (executable)
@@ -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");
 }