RFC #0023

at 2005-04-21 in RFCs by kiesel (0 comments)

Scope of Change
The 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



Subscribe

You can subscribe to the XP framework's news by using RSS syndication.


Categories

News
General
PHP5
Announcements
RFCs
Further reading
Examples
Editorial
EASC
Experiments
Unittests
Databases
5.8-SERIES
Unicode
Language
5.9-SERIES

Related

Find related articles by a search for «RFC».