[Chameleon-dev] [Bug 1181] [Chameleon] PHP 4.4.0 causes reference NOTICES

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Oct 27 10:52:23 EDT 2005


http://bugzilla.maptools.org/show_bug.cgi?id=1181





------- Additional Comments From jmckenna at dmsolutions.ca  2005-10-27 10:52 -------
the php team seems to be answering these questions with:

***
  Instead of:
  return $serializer->....
  make it:
  $ret = $serializer->...
  return $ret;

  This notice was added because PHP has memory corruption issues when
  doing this particular thing (it always has). 
***



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list