faisalman / simple-excel-php

Simplexcel.php - Easily read / parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc spreadsheet tabular file formats
http://faisalman.github.io/simple-excel-php
562 stars 146 forks source link

Incompatible with PHP 5.4 #17

Closed garethlees closed 10 years ago

garethlees commented 11 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.

sarciszewski commented 10 years ago

Has this been fixed in develop? I don't see any stray ampersands.

EDIT: Yes https://github.com/faisalman/simple-excel-php/commit/6436af767bfc5489f419df907bd3d53bcffab261