[Chameleon-dev] [Bug 1097] [Chameleon - Core] investigate impact of
changing to PHP 4.4
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Thu Jul 14 09:57:11 EDT 2005
http://bugzilla.maptools.org/show_bug.cgi?id=1097
jlacroix at dmsolutions.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jlacroix at dmsolutions.ca 2005-07-14 09:57 -------
There was a Notice caused by PHP 4.4.0:
Notice: Only variables should be assigned by reference in
chameleon/htdocs/TemplateParser.php on line 254
The return value of a str_replace function was passed by reference. I fixed the
problem by removing the reference. It may be a little bit slower, but there's
other place where we do copy of the template variable.
Marking as FIXED
------- 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