tony2001 Thu Aug 14 10:10:56 2008 UTC
Modified files:
/php-src/ext/standard string.c
Log:
fix folding
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.679&r2=1.680&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.679 php-src/ext/standard/string.c:1.680
--- php-src/ext/standard/string.c:1.679 Thu Aug 14 02:55:13 2008
+++ php-src/ext/standard/string.c Thu Aug 14 10:10:56 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.679 2008/08/14 02:55:13 kalle Exp $ */
+/* $Id: string.c,v 1.680 2008/08/14 10:10:56 tony2001 Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -656,6 +656,7 @@
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Item '%ld'
is not valid", item);
RETURN_FALSE;
}
+ /* }}} */
value = nl_langinfo(item);
if (value == NULL) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php