php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56944 APC Breaks PEAR QuickForms
Submitted: 2006-04-07 15:26 UTC Modified: 2006-04-10 16:32 UTC
From: zedic at zedic dot com Assigned:
Status: Duplicate Package: APC (PECL)
PHP Version: 5_1 CVS-2006-04-07 OS: RedHat ES
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: zedic at zedic dot com
New email:
PHP Version: OS:

 

 [2006-04-07 15:26 UTC] zedic at zedic dot com
Description:
------------
APC breaks PEAR QuickForms.  This is the same issue as in Bug #5401, but that bug has been closed.  This problem is still happening using the following setup.

RedHat ES
Apache 1.3.27
APC 1.0.11 (CVS April 06 2006)
PHP 5.1.13-dev

Again SEE BUG #5401 - This bug has not been fixed in APC 1.0.10

Thank you.

Reproduce code:
---------------
require_once("HTML/QuickForm.php");
$form = new HTML_QuickForm('form1', 'post');
$form->addElement('hidden', 'id');
$form->display();

Expected result:
----------------
Form should be displayed.

Actual result:
--------------
Fatal error: Call to undefined method
HTML_QuickForm_hidden::HTML_QuickForm_element() in
/usr/lib/php/HTML/QuickForm/input.php on line 50

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-10 12:40 UTC] antimon at gmail dot com
It seems like the inheriance problem of APC which will be fixed in a future release.
Bug: http://pecl.php.net/bugs/bug.php?id=5314

Would be great to hear an update about this bug from devs :)
 [2006-04-10 16:32 UTC] zedic at zedic dot com
Thanks for the update.  I'll change the Status to Duplicate.

See http://pecl.php.net/bugs/bug.php?id=5314
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC