weird php 4.4.0 problem

Possible php 4.4.0 update issue – Thanks to scott for this one!

Hi,

It looks like you upadted PHP to 4.4.0 on this server last night. Ever since this update has been installed (Today only) some of my site is broken.

[later on…]

FYI:

Here is the PHP bug:

I had to change:

$this->_elements[] =& $formElement; // this did work but now does not

to:

array_push($this->_elements,$formElement); // this now works

I think they broke this in the new version.

Leave a Reply

Your email address will not be published. Required fields are marked *