The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Using PEAR::HTML_QuickForm with PHP 5.1 beta 2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jackson Miller

Posts: 222
Nickname: jaxn
Registered: Oct, 2004

Jackson Miller is a software developer in Nashvillle, TN currently working at CentreSource.com
Using PEAR::HTML_QuickForm with PHP 5.1 beta 2 Posted: Jun 28, 2005 1:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Jackson Miller.
Original Post: Using PEAR::HTML_QuickForm with PHP 5.1 beta 2
Feed Title: Jaxn.org
Feed URL: http://jaxn.org
Feed Description: PHP thoughts on architecture and application design. Includes development information about Core Enterprise PHP.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Jackson Miller
Latest Posts From Jaxn.org

Advertisement
I really wish I had more time to look into this, but I don't. I am putting this here just so others don't think they are crazy if they experience the same thing.

There is something in PHP5.1 beta2 that breaks HTML_QuickForm. Specifically, the addElement method throws a fatal error that says only objects can be passed by reference. I don't know if it is a bug in QuickForm that PHP5.1 exposed, a b/c break, or a bug in PHP5.1 beta2. What I do know is that reverting fixes my problem and i can move on.

I may come back to it so that I can file an official bug report later, but now I have to write some code.

Read: Using PEAR::HTML_QuickForm with PHP 5.1 beta 2

Topic: PHP adds array type hinting Previous Topic   Next Topic Topic: PMJ is ZCE

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use