php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch info_registered for PHP options/info functions Bug #61409

Patch version 2012-03-15 22:11 UTC

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

Developer: vrana

Index: ext/standard/info.c
===================================================================
--- ext/standard/info.c	(revision 324283)
+++ ext/standard/info.c	(working copy)
@@ -117,7 +117,7 @@
 			HashPosition pos;
 
 			if (!sapi_module.phpinfo_as_text) {
-				php_info_printf("<tr class=\"v\"><td>Registered %s</td><td>", name);
+				php_info_printf("<tr><td class=\"e\">Registered %s</td><td class=\"v\">", name);
 			} else {
 				php_info_printf("\nRegistered %s => ", name);
 			}
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC