pollita         Mon Oct  9 02:55:38 2006 UTC

  Modified files:              
    /php-src/ext/standard       type.c 
  Log:
  Oi
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.47&r2=1.48&diff_format=u
Index: php-src/ext/standard/type.c
diff -u php-src/ext/standard/type.c:1.47 php-src/ext/standard/type.c:1.48
--- php-src/ext/standard/type.c:1.47    Sun Oct  8 18:00:44 2006
+++ php-src/ext/standard/type.c Mon Oct  9 02:55:38 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: type.c,v 1.47 2006/10/08 18:00:44 pollita Exp $ */
+/* $Id: type.c,v 1.48 2006/10/09 02:55:38 pollita Exp $ */
 
 #include "php.h"
 #include "php_incomplete_class.h"
@@ -246,7 +246,7 @@
                                        RETURN_FALSE;
                                }
 #else /* WIN32 -- U_STRING_DECL breaks under Win32 with string macros */
-                               char *ascii_name = 
zend_unicode_to_ascii(ce->name.u, ce->name_length TSRSMLS_CC);
+                               char *ascii_name = 
zend_unicode_to_ascii(ce->name.u, ce->name_length TSRMLS_CC);
 
                                if (ascii_name) {
                                        if (memcmp(INCOMPLETE_CLASS, 
ascii_name, sizeof(INCOMPLETE_CLASS) - 1) == 0) {

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

Reply via email to