Closed garethlees closed 10 years ago
In php 5.4 Call-time pass-by-reference has been removed meaning that you need to put the & in the function definition and not in the function call.
Has this been fixed in develop? I don't see any stray ampersands.
EDIT: Yes https://github.com/faisalman/simple-excel-php/commit/6436af767bfc5489f419df907bd3d53bcffab261
In php 5.4 Call-time pass-by-reference has been removed meaning that you need to put the & in the function definition and not in the function call.