felipe          Mon Jul 21 11:32:49 2008 UTC

  Modified files:              
    /php-src/ext/unicode        unicode.c 
  Log:
  - Removed unicode_semantics()
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode.c?r1=1.46&r2=1.47&diff_format=u
Index: php-src/ext/unicode/unicode.c
diff -u php-src/ext/unicode/unicode.c:1.46 php-src/ext/unicode/unicode.c:1.47
--- php-src/ext/unicode/unicode.c:1.46  Thu Feb 28 14:16:24 2008
+++ php-src/ext/unicode/unicode.c       Mon Jul 21 11:32:49 2008
@@ -15,7 +15,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: unicode.c,v 1.46 2008/02/28 14:16:24 felipe Exp $ */ 
+/* $Id: unicode.c,v 1.47 2008/07/21 11:32:49 felipe Exp $ */ 
 
 #include "php_unicode.h"
 #include "zend_unicode.h"
@@ -125,14 +125,6 @@
 }
 /* }}} */
 
-/* {{{ proto bool unicode_semantics() U
-   Check whether unicode semantics are enabled */
-static PHP_FUNCTION(unicode_semantics)
-{
-       RETURN_BOOL(UG(unicode));
-}
-/* }}} */
-
 /* {{{ proto bool unicode_set_error_mode(int direction, int mode) U
    Sets global conversion error mode for the specified conversion direction */
 PHP_FUNCTION(unicode_set_error_mode)
@@ -303,7 +295,6 @@
        PHP_FE(locale_get_default, NULL)
        PHP_FE(locale_set_default, NULL)
        PHP_FE(unicode_decode, NULL)
-       PHP_FE(unicode_semantics, NULL)
        PHP_FE(unicode_encode, NULL)
        PHP_FE(unicode_set_error_handler, NULL)
        PHP_FE(unicode_restore_error_handler, NULL)



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

Reply via email to