[imc-sf-coders] [sf-active-Feature Requests][393] php5 compatibility issues
sf-active-featurerequests at codecoop.org
sf-active-featurerequests at codecoop.org
Fri Sep 15 17:08:39 PDT 2006
Feature Requests item #393, was opened at 2006-01-01 20:09
You can respond by visiting:
http://codecoop.org/tracker/?func=detail&atid=116&aid=393&group_id=8
Or by replying to this e-mail entering your response between the following markers:
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
(enter your response here)
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
Status: Open
Priority: 1
Submitted By: matt toups (mtoups)
>Assigned to: Nobody (None)
Summary: php5 compatibility issues
Group:
Category:
Initial Comment:
installing with php5... first error encountered when running cli_initialize.php:
Parse error: parse error, unexpected T_CLONE, expecting T_STRING in /home/mtoups/src/sf-active.anon/sf-active/shared/classes/date_class.inc on line 224
clone is now a keyword in php5 so we cannot have a function with that name.
(see http://bugs.php.net/bug.php?id=28155)
i will rename it to clone_date() and change the references.
and i will use this bug to track other compatbility issues with php5
-matt
----------------------------------------------------------------------
>Comment By: startx (startx)
Date: 2006-09-16 00:08
Message:
moved to feature requests for net release
----------------------------------------------------------------------
Comment By: matt toups (mtoups)
Date: 2006-01-01 21:12
Message:
well, there are too many other php5 issues right now so we're not going to deal with it. one thing is this problem with $object->$property references that php5 now wants to be $object->property ... may require lots of changes.
(symptom: "Cannot access empty property in ..." error)
----------------------------------------------------------------------
You can respond by visiting:
http://codecoop.org/tracker/?func=detail&atid=116&aid=393&group_id=8
More information about the imc-sf-coders
mailing list