felipe Fri Jan 30 00:16:32 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/enchant enchant.c php_enchant.h
Log:
- MFH: Year++
http://cvs.php.net/viewvc.cgi/php-src/ext/enchant/enchant.c?r1=1.19.2.2&r2=1.19.2.3&diff_format=u
Index: php-src/ext/enchant/enchant.c
diff -u php-src/ext/enchant/enchant.c:1.19.2.2
php-src/ext/enchant/enchant.c:1.19.2.3
--- php-src/ext/enchant/enchant.c:1.19.2.2 Thu Jan 29 00:37:16 2009
+++ php-src/ext/enchant/enchant.c Fri Jan 30 00:16:32 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 <[email protected]> |
+----------------------------------------------------------------------+
- $Id: enchant.c,v 1.19.2.2 2009/01/29 00:37:16 felipe Exp $
+ $Id: enchant.c,v 1.19.2.3 2009/01/30 00:16:32 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.19.2.2 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.19.2.3 $");
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.4.2.1&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.4.2.1
--- 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:32 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 <[email protected]> |
+----------------------------------------------------------------------+
- $Id: php_enchant.h,v 1.4 2008/03/31 09:35:55 sfox Exp $
+ $Id: php_enchant.h,v 1.4.2.1 2009/01/30 00:16:32 felipe Exp $
*/
#ifndef PHP_ENCHANT_H
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php