RFC #0023at 2005-04-21 in RFCs by kiesel (0 comments) Scope of ChangeThe constructor of rdbms.Criteria will be removed, and a new static method createFor() will be added which basically mimics the constructor's behaviour and retrieves an arbitrary list of conditions. Note: this is a BC-break! Rationale The constructor calls func_get_args() to get the list of arguments it has been invoked with. func_get_args() is known to cause memory corruption which usually does not lead to problems with short running applications (such as web frontends) but can cause heavy damage to long running applications. Read the full RFC here |
|