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