iliaa Fri Jul 28 14:27:03 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/hash hash.c
Log:
cleanup of the phpinfo() output.
http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.18.2.5.2.2&r2=1.18.2.5.2.3&diff_format=u
Index: php-src/ext/hash/hash.c
diff -u php-src/ext/hash/hash.c:1.18.2.5.2.2
php-src/ext/hash/hash.c:1.18.2.5.2.3
--- php-src/ext/hash/hash.c:1.18.2.5.2.2 Sat Jun 17 13:06:06 2006
+++ php-src/ext/hash/hash.c Fri Jul 28 14:27:03 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: hash.c,v 1.18.2.5.2.2 2006/06/17 13:06:06 bjori Exp $ */
+/* $Id: hash.c,v 1.18.2.5.2.3 2006/07/28 14:27:03 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -590,8 +590,8 @@
*s = 0;
php_info_print_table_start();
- php_info_print_table_header(2, "hash support", "enabled");
- php_info_print_table_header(2, "Hashing Engines", buffer);
+ php_info_print_table_row(2, "hash support", "enabled");
+ php_info_print_table_row(2, "Hashing Engines", buffer);
php_info_print_table_end();
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php