How is it with RAM usage by classes and objects?
I found out that PHP4 uses more RAM than needed (read: make too more
copies of data) - perhaps while calling functions or creating class.
How is it in PHP5?
Are all functions of class copied in the RAM for every created object?
I found out that PHP4 uses more RAM than needed (read: make too more
copies of data) - perhaps while calling functions or creating class.
How is it in PHP5?
Are all functions of class copied in the RAM for every created object?
Comment