helly           Thu Nov 17 17:49:08 2005 EDT

  Modified files:              
    /php-src/ext/reflection     config.m4 config.w32 
  Log:
  - reflection not reflectino
  
http://cvs.php.net/diff.php/php-src/ext/reflection/config.m4?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/reflection/config.m4
diff -u php-src/ext/reflection/config.m4:1.1 
php-src/ext/reflection/config.m4:1.2
--- php-src/ext/reflection/config.m4:1.1        Thu Nov 17 17:42:00 2005
+++ php-src/ext/reflection/config.m4    Thu Nov 17 17:49:03 2005
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.1 2005/11/17 22:42:00 helly Exp $
+dnl $Id: config.m4,v 1.2 2005/11/17 22:49:03 helly Exp $
 dnl config.m4 for extension bitset
 
 PHP_ARG_ENABLE(reflection, whether to enable reflection support,
@@ -6,7 +6,7 @@
 
 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
http://cvs.php.net/diff.php/php-src/ext/reflection/config.w32?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/reflection/config.w32
diff -u php-src/ext/reflection/config.w32:1.1 
php-src/ext/reflection/config.w32:1.2
--- php-src/ext/reflection/config.w32:1.1       Thu Nov 17 17:42:00 2005
+++ php-src/ext/reflection/config.w32   Thu Nov 17 17:49:03 2005
@@ -1,9 +1,9 @@
-// $Id: config.w32,v 1.1 2005/11/17 22:42:00 helly Exp $
+// $Id: config.w32,v 1.2 2005/11/17 22:49:03 helly Exp $
 // vim:ft=javascript
 
 ARG_ENABLE("reflection", "disable reflection support", "yes");
 
 if (PHP_REFLECTION != "no") {
-       EXTENSION("reflectino", "php_reflection.c");
+       EXTENSION("reflection", "php_reflection.c");
 }
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to