tony2001 Sat Sep 23 12:17:43 2006 UTC
Modified files:
/php-src/ext/standard string.c
Log:
fix ZTS build
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.591&r2=1.592&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.591 php-src/ext/standard/string.c:1.592
--- php-src/ext/standard/string.c:1.591 Fri Sep 22 19:35:05 2006
+++ php-src/ext/standard/string.c Sat Sep 23 12:17:43 2006
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.591 2006/09/22 19:35:05 andrei Exp $ */
+/* $Id: string.c,v 1.592 2006/09/23 12:17:43 tony2001 Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -484,7 +484,7 @@
}
if (UG(unicode)) {
- php_error_docref(NULL TSRMLS_DC, E_STRICT, "deprecated in
Unicode mode, please use ICU locale functions");
+ php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in
Unicode mode, please use ICU locale functions");
}
value = nl_langinfo(item);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php