php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56100 [patch] fix 'table mess up' bug in phpinfo()
Submitted: 2004-06-17 04:43 UTC Modified: 2004-09-07 00:41 UTC
From: xuefer at 21cn dot com Assigned: rasmus (profile)
Status: Closed Package: APC (PECL)
PHP Version: 4.3.3 OS: all
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: xuefer at 21cn dot com
New email:
PHP Version: OS:

 

 [2004-06-17 04:43 UTC] xuefer at 21cn dot com
Description:
------------
Index: php_apc.c
===================================================================
RCS file: /repository/pecl/apc/php_apc.c,v
retrieving revision 3.27
diff -u -r3.27 php_apc.c
--- php_apc.c   24 Mar 2004 15:49:13 -0000      3.27
+++ php_apc.c   17 Jun 2004 08:51:05 -0000
@@ -107,8 +107,8 @@
 #endif
	php_info_print_table_row(2, "Revision", "$Revision: 3.27 $");
	php_info_print_table_row(2, "Build Date", __DATE__ " " __TIME__);
-    DISPLAY_INI_ENTRIES();
	php_info_print_table_end();
+    DISPLAY_INI_ENTRIES();
 }
 /* }}} */



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-07 00:41 UTC] rasmus@php.net
Fixed in CVS, thanks.
 [2004-09-15 11:18 UTC] swen dot thuemmler at telefonica dot de
Somehow this bug raised its ugly head again in the latest CVS version...

--Swen
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 17:01:28 2025 UTC