php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12751 Form.php Pear Class errors
Submitted: 2001-08-14 22:35 UTC Modified: 2001-10-02 18:40 UTC
From: lani at linux-girl dot com Assigned:
Status: Closed Package: *Programming Data Structures
PHP Version: 4.0.6 OS: linux debian2.3
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: lani at linux-girl dot com
New email:
PHP Version: OS:

 

 [2001-08-14 22:35 UTC] lani at linux-girl dot com
Here's a copy of the diff between your Form.php and the corrected one I made. 

===================================================================
RCS file: Form.php,v
retrieving revision 1.1
diff -r1.1 Form.php
302c302
<                   $size = 1, $blank = '', $multiple = false)
---
>                   $size = 1, $blank = '', $multiple = false, $attrib = '')
305c305
<                      $blank, $multiple);
---
>                      $blank, $multiple, $attrib);
501c501
<                               $blank = '', $multiple = false)
---
>                               $blank = '', $multiple = false, $attrib = '')
506c506
<         $str .= $this->returnSelect($name, &$entries, $default, $size, $blank, $multiple);
---
>         $str .= $this->returnSelect($name, &$entries, $default, $size, $blank, $multiple, $attrib);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-15 02:38 UTC] derick@php.net
Can you please resend your patch to php-dev@lists.php.net? (As attachment)

Derick
 [2001-10-02 18:40 UTC] sniper@php.net
no feedback, considered fixed.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC