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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
25 - 15 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC