php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55469
Patch patch-5.3.7.diff revision 2011-08-20 20:08 UTC by virsacer at web dot de
Patch patch-trunk-201108201630.diff revision 2011-08-20 20:08 UTC by virsacer at web dot de

Patch patch-trunk-201108201630.diff for PHP options/info functions Bug #55469

Patch version 2011-08-20 20:08 UTC

Return to Bug #55469 | Download this patch
Patch Revisions:

Developer: virsacer@web.de

--- php-trunk-201108201630/ext/mbstring/mbstring.c	Sun Aug 07 10:30:02 2011
+++ php-trunk-201108201630-edited/ext/mbstring/mbstring.c	Sat Aug 20 21:51:07 2011
@@ -1689,9 +1689,9 @@
 	}
 	php_info_print_table_end();
 
-	php_info_print_table_start();
-	php_info_print_table_header(1, "mbstring extension makes use of \"streamable kanji code filter and converter\", which is distributed under the GNU Lesser General Public License version 2.1.");
-	php_info_print_table_end();
+	php_info_print_box_start(0);
+	php_info_print("mbstring extension makes use of \"streamable kanji code filter and converter\", which is distributed under the GNU Lesser General Public License version 2.1.");
+	php_info_print_box_end();
 
 #if HAVE_MBREGEX
 	PHP_MINFO(mb_regex)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC