andrei          Fri Mar 24 00:25:49 2006 UTC

  Modified files:              
    /php-src/main       SAPI.c 
  Log:
  UTODO note
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/SAPI.c?r1=1.212&r2=1.213&diff_format=u
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.212 php-src/main/SAPI.c:1.213
--- php-src/main/SAPI.c:1.212   Wed Mar  8 14:41:45 2006
+++ php-src/main/SAPI.c Fri Mar 24 00:25:49 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.c,v 1.212 2006/03/08 14:41:45 iliaa Exp $ */
+/* $Id: SAPI.c,v 1.213 2006/03/24 00:25:49 andrei Exp $ */
 
 #include <ctype.h>
 #include <sys/stat.h>
@@ -234,6 +234,10 @@
                UErrorCode status = U_ZERO_ERROR;
 
                canonical_name = 
ucnv_getName(ZEND_U_CONVERTER(UG(output_encoding_conv)), &status);
+               /*
+                * UTODO handle NULL return which signifies that MIME standard 
has no
+                * name for this converter
+                */
                SG(default_charset) = (char 
*)ucnv_getStandardName(canonical_name, "MIME", &status);
        } else {
                SG(default_charset) = zend_ini_string("default_charset", 
sizeof("default_charset"), 0);

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

Reply via email to