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 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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC