php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1575 ifx_htmltbl_result() generating bad html..
Submitted: 1999-06-21 13:49 UTC Modified: 1999-06-21 14:59 UTC
From: Leonard dot Marinis at grc dot nasa dot gov Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.9 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Leonard dot Marinis at grc dot nasa dot gov
New email:
PHP Version: OS:

 

 [1999-06-21 13:49 UTC] Leonard dot Marinis at grc dot nasa dot gov
simple fix. here's the patch for functions/ifx.ec:

--- php-3.0.9/functions/ifx.ec  Sat May  8 17:46:52 1999
+++ php-3.0.9.new/functions/ifx.ec      Mon Jun 21 14:28:05 1999
@@ -2527,7 +2527,7 @@
     
     /* start spitting out rows untill none left */    
     while (moredata) { 
-        printf("<tr>");
+        php3_printf("<tr>");
         locind = 0;
         for (i = 1; i <= num_fields; i++) {
             EXEC SQL GET DESCRIPTOR :descrpid VALUE :i :fieldtype = TYPE,

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-21 14:59 UTC] jim at cvs dot php dot net
Added to CVS. Thanks for the patch.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 03:01:29 2024 UTC