felipe          Fri Jan 30 00:16:13 2009 UTC

  Modified files:              
    /php-src/ext/enchant        enchant.c php_enchant.h 
  Log:
  - Year++
  
http://cvs.php.net/viewvc.cgi/php-src/ext/enchant/enchant.c?r1=1.20&r2=1.21&diff_format=u
Index: php-src/ext/enchant/enchant.c
diff -u php-src/ext/enchant/enchant.c:1.20 php-src/ext/enchant/enchant.c:1.21
--- php-src/ext/enchant/enchant.c:1.20  Thu Jan 29 00:36:25 2009
+++ php-src/ext/enchant/enchant.c       Fri Jan 30 00:16:12 2009
@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2004 The PHP Group                                |
+  | Copyright (c) 1997-2009 The PHP Group                                |
   +----------------------------------------------------------------------+
   | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
   |         Ilia Alshanetsky <i...@prohost.org>                          |
   +----------------------------------------------------------------------+
 
-  $Id: enchant.c,v 1.20 2009/01/29 00:36:25 felipe Exp $
+  $Id: enchant.c,v 1.21 2009/01/30 00:16:12 felipe Exp $
 */
 
 #ifdef HAVE_CONFIG_H
@@ -309,7 +309,7 @@
        php_info_print_table_start();
        php_info_print_table_header(2, "enchant support", "enabled");
        php_info_print_table_row(2, "Version", PHP_ENCHANT_VERSION);
-       php_info_print_table_row(2, "Revision", "$Revision: 1.20 $");
+       php_info_print_table_row(2, "Revision", "$Revision: 1.21 $");
        php_info_print_table_end();
 
        php_info_print_table_start();
http://cvs.php.net/viewvc.cgi/php-src/ext/enchant/php_enchant.h?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/enchant/php_enchant.h
diff -u php-src/ext/enchant/php_enchant.h:1.4 
php-src/ext/enchant/php_enchant.h:1.5
--- php-src/ext/enchant/php_enchant.h:1.4       Mon Mar 31 09:35:55 2008
+++ php-src/ext/enchant/php_enchant.h   Fri Jan 30 00:16:12 2009
@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 4                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2003 The PHP Group                                |
+  | Copyright (c) 1997-2009 The PHP Group                                |
   +----------------------------------------------------------------------+
   | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
   | Author: Pierre-Alain Joye <p...@pearfr.org>                           |
   +----------------------------------------------------------------------+
 
-  $Id: php_enchant.h,v 1.4 2008/03/31 09:35:55 sfox Exp $
+  $Id: php_enchant.h,v 1.5 2009/01/30 00:16:12 felipe Exp $
 */
 
 #ifndef PHP_ENCHANT_H



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

Reply via email to