]> granicus.if.org Git - php/commitdiff
- Removed unicode_semantics()
authorFelipe Pena <felipe@php.net>
Mon, 21 Jul 2008 11:32:49 +0000 (11:32 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 21 Jul 2008 11:32:49 +0000 (11:32 +0000)
ext/unicode/unicode.c

index 34e86a62600b8e1dfcfa7de65ab25111874ceab4..d81eb2aae65cff71a419b1c85dd90b30ff526e30 100644 (file)
@@ -125,14 +125,6 @@ static PHP_FUNCTION(unicode_encode)
 }
 /* }}} */
 
-/* {{{ 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 @@ const zend_function_entry unicode_functions[] = {
        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)