felipe Sat Feb 23 18:29:17 2008 UTC
Modified files:
/php-src/ext/standard string.c
Log:
Change some E_STRICTs to E_DEPRECATED
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.669&r2=1.670&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.669 php-src/ext/standard/string.c:1.670
--- php-src/ext/standard/string.c:1.669 Sat Feb 23 17:03:53 2008
+++ php-src/ext/standard/string.c Sat Feb 23 18:29:16 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.669 2008/02/23 17:03:53 helly Exp $ */
+/* $Id: string.c,v 1.670 2008/02/23 18:29:16 felipe Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -491,7 +491,7 @@
}
if (UG(unicode)) {
- php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in
Unicode mode, please use ICU locale functions");
+ php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "deprecated in
Unicode mode, please use ICU locale functions");
}
switch(item) { /* {{{ */
@@ -6148,7 +6148,7 @@
}
if (UG(unicode)) {
- php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in
Unicode mode, please use ICU locale functions");
+ php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "deprecated in
Unicode mode, please use ICU locale functions");
}
#ifdef HAVE_SETLOCALE
@@ -7177,7 +7177,7 @@
}
if (UG(unicode)) {
- php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in
Unicode mode, please use ICU locale functions");
+ php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "deprecated in
Unicode mode, please use ICU locale functions");
}
MAKE_STD_ZVAL(grouping);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php