Patch htmlspecialchars.patch for Unknown/Other Function Bug #61228
Patch version 2012-03-01 20:40 UTC
Return to Bug #61228 |
Download this patch
Patch Revisions:
Developer: keisial@gmail.com
Index: ext/standard/html.c
===================================================================
--- html.c (revision 323729)
+++ html.c (working copy)
@@ -1285,6 +1285,7 @@
continue;
} else {
efree(replaced);
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid multibyte sequence in argument");
*newlen = 0;
return STR_EMPTY_ALLOC();
}
|