Changes between Initial Version and Version 1 of Ticket #20163, comment 11
- Timestamp:
- 03/05/2012 10:58:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20163, comment 11
initial v1 1 [[attachment:20163.patch]] Should be a very good start on removing call time pass by reference. I've given the admin and front end a light testing (hitting most pages and f unctions) and ensured that there are no php syntax errors in any php files. This was a mostly scan, verified with some automated grepping.1 [[attachment:20163.patch]] Should be a very good start on removing call time pass by reference. I've given the admin and front end a light testing (hitting most pages and features) and ensured that there are no php syntax errors in any php files. This was a mostly scan, verified with some automated grepping. 2 2 3 3 If you look on your own, be careful of `array(&$var);` as that's perfectly valid. Changing a piece of code like this will break things.