sniper          Fri Aug 12 05:10:06 2005 EDT

  Modified files:              
    /php-src/ext/unicode        config.m4 config.w32 locale.c php_unicode.h 
                                unicode.c unicode_filter.c 
  Log:
  - Some minor fixes
  
  
http://cvs.php.net/diff.php/php-src/ext/unicode/config.m4?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/unicode/config.m4
diff -u php-src/ext/unicode/config.m4:1.1 php-src/ext/unicode/config.m4:1.2
--- php-src/ext/unicode/config.m4:1.1   Thu Aug 11 19:36:01 2005
+++ php-src/ext/unicode/config.m4       Fri Aug 12 05:10:04 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $ Id: $
+dnl $Id: config.m4,v 1.2 2005/08/12 09:10:04 sniper Exp $
 dnl
 
 PHP_ARG_ENABLE(unicode, whether to enable unicode functions,
http://cvs.php.net/diff.php/php-src/ext/unicode/config.w32?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/unicode/config.w32
diff -u php-src/ext/unicode/config.w32:1.1 php-src/ext/unicode/config.w32:1.2
--- php-src/ext/unicode/config.w32:1.1  Thu Aug 11 19:36:01 2005
+++ php-src/ext/unicode/config.w32      Fri Aug 12 05:10:04 2005
@@ -1,9 +1,9 @@
-// $ Id: $
+// $Id: config.w32,v 1.2 2005/08/12 09:10:04 sniper Exp $
 // vim:ft=javascript
 
 ARG_ENABLE('unicode' , 'ICU API extension', 'no');
 if (PHP_UNICODE) {
 
-  EXTENSION("unicode", "unicode.c");
+  EXTENSION("unicode", "unicode.c unicode_filter.c locale.c");
   AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension');
 }
http://cvs.php.net/diff.php/php-src/ext/unicode/locale.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/unicode/locale.c
diff -u php-src/ext/unicode/locale.c:1.1 php-src/ext/unicode/locale.c:1.2
--- php-src/ext/unicode/locale.c:1.1    Thu Aug 11 19:36:01 2005
+++ php-src/ext/unicode/locale.c        Fri Aug 12 05:10:04 2005
@@ -1,6 +1,6 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP Version 5                                                        |
+  | PHP Version 6                                                        |
   +----------------------------------------------------------------------+
   | 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        |
@@ -14,7 +14,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $ Id: $ */ 
+/* $Id: locale.c,v 1.2 2005/08/12 09:10:04 sniper Exp $ */ 
 
 #include "php_unicode.h"
 
http://cvs.php.net/diff.php/php-src/ext/unicode/php_unicode.h?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/unicode/php_unicode.h
diff -u php-src/ext/unicode/php_unicode.h:1.1 
php-src/ext/unicode/php_unicode.h:1.2
--- php-src/ext/unicode/php_unicode.h:1.1       Thu Aug 11 19:36:01 2005
+++ php-src/ext/unicode/php_unicode.h   Fri Aug 12 05:10:04 2005
@@ -1,5 +1,7 @@
 /*
    +----------------------------------------------------------------------+
+   | PHP Version 6                                                        |
+   +----------------------------------------------------------------------+
    | 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        |
    | available through the world-wide-web at the following url:           |
@@ -12,7 +14,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $ Id: $ */ 
+/* $Id: php_unicode.h,v 1.2 2005/08/12 09:10:04 sniper Exp $ */ 
 
 #ifndef PHP_UNICODE_H
 #define PHP_UNICODE_H
http://cvs.php.net/diff.php/php-src/ext/unicode/unicode.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/unicode/unicode.c
diff -u php-src/ext/unicode/unicode.c:1.1 php-src/ext/unicode/unicode.c:1.2
--- php-src/ext/unicode/unicode.c:1.1   Thu Aug 11 19:36:01 2005
+++ php-src/ext/unicode/unicode.c       Fri Aug 12 05:10:04 2005
@@ -1,6 +1,6 @@
 /*
   +----------------------------------------------------------------------+
-  | PHP Version 5                                                        |
+  | PHP Version 6                                                        |
   +----------------------------------------------------------------------+
   | 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        |
@@ -14,7 +14,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $ Id: $ */ 
+/* $Id: unicode.c,v 1.2 2005/08/12 09:10:04 sniper Exp $ */ 
 
 #include "php_unicode.h"
 
http://cvs.php.net/diff.php/php-src/ext/unicode/unicode_filter.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/unicode/unicode_filter.c
diff -u php-src/ext/unicode/unicode_filter.c:1.1 
php-src/ext/unicode/unicode_filter.c:1.2
--- php-src/ext/unicode/unicode_filter.c:1.1    Thu Aug 11 19:36:01 2005
+++ php-src/ext/unicode/unicode_filter.c        Fri Aug 12 05:10:04 2005
@@ -1,6 +1,6 @@
 /*
    +----------------------------------------------------------------------+
-   | PHP Version 5                                                        |
+   | PHP Version 6                                                        |
    +----------------------------------------------------------------------+
    | 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        |
@@ -14,7 +14,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: unicode_filter.c,v 1.1 2005/08/11 23:36:01 andrei Exp $ */
+/* $Id: unicode_filter.c,v 1.2 2005/08/12 09:10:04 sniper Exp $ */
 
 
 #include "php.h"

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

Reply via email to