andrei          Thu Nov 30 21:20:56 2006 UTC

  Modified files:              
    /php-src/ext/standard       string.c 
  Log:
  Mark strtr() as Unicode-safe.
  
  # Right, Derick?
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.614&r2=1.615&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.614 php-src/ext/standard/string.c:1.615
--- php-src/ext/standard/string.c:1.614 Fri Nov 24 21:57:31 2006
+++ php-src/ext/standard/string.c       Thu Nov 30 21:20:56 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.614 2006/11/24 21:57:31 tony2001 Exp $ */
+/* $Id: string.c,v 1.615 2006/11/30 21:20:56 andrei Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -4174,7 +4174,7 @@
 }
 /* }}} */
 
-/* {{{ proto string strtr(string str, string from[, string to])
+/* {{{ proto string strtr(string str, string from[, string to]) U
    Translates characters in str using given translation tables */
 PHP_FUNCTION(strtr)
 {

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

Reply via email to