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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri Mar 29 09:01:28 2024 UTC